Merge pull request #19 from lordwolf2004/patch-1

Update nb-dt-import.py
This commit is contained in:
minitriga 2021-03-24 22:14:00 +00:00 committed by GitHub
commit c7af91c175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)