diff --git a/modules/gcp/.keep b/modules/gcp/.keep new file mode 100644 index 0000000..e69de29 diff --git a/weirdAAL.py b/weirdAAL.py index b448f7b..61d041a 100755 --- a/weirdAAL.py +++ b/weirdAAL.py @@ -68,7 +68,8 @@ except: sys.exit(1) if (args.list): - print(all_modules) + for module in all_modules: + print(module) # arg_list has to be defined otherwise will cause an exception