mirror of
https://github.com/netbox-community/Device-Type-Library-Import.git
synced 2024-11-22 07:33:26 +01:00
Merge pull request #19 from lordwolf2004/patch-1
Update nb-dt-import.py
This commit is contained in:
commit
c7af91c175
@ -352,7 +352,7 @@ if args.vendors is None:
|
||||
|
||||
else:
|
||||
print("Vendor Specified, Gathering All Matching Device-Types")
|
||||
files, vendors = getFiles(args.vendor)
|
||||
files, vendors = getFiles(args.vendors)
|
||||
print(str(len(vendors)) + " Vendors Found")
|
||||
print(str(len(files)) + " Device-Types Found")
|
||||
deviceTypes = readYAMl(files)
|
||||
|
Loading…
Reference in New Issue
Block a user