Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix import failure when no vendor specified
Close netbox-community#44 Fix regression introduced by netbox-community#34 Check to see if each item in the list produced by `split` is iterable. If it is not, remove it. This should only occur when no vendor is specified since a non-empty string is truthy.
- Loading branch information