From f54427dd18198d9dc1e61ece583688edd469c4a8 Mon Sep 17 00:00:00 2001 From: cktricky Date: Thu, 20 Sep 2018 09:39:56 -0400 Subject: [PATCH] listing is in progress but needed to add a .keep to the gcp folder --- modules/gcp/.keep | 0 weirdAAL.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 modules/gcp/.keep 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