fix so that files like .keep are not imported

This commit is contained in:
cktricky
2018-09-20 09:57:03 -04:00
parent 223ce88705
commit 7d04eaea7b
2 changed files with 3 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ except:
if (args.list):
for module in all_modules:
print(module)
print(dir(module))
# arg_list has to be defined otherwise will cause an exception