listing is in progress but needed to add a .keep to the gcp folder

This commit is contained in:
cktricky
2018-09-20 09:39:56 -04:00
parent 378135e799
commit 223ce88705
2 changed files with 2 additions and 1 deletions

0
modules/gcp/.keep Normal file
View File

View File

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