fix so that files like .keep are not imported
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user