Introduced help_desc = "foo"

main
Alf Gaida 8 years ago committed by Teo Mrnjavac
parent ad437b5fca
commit 91c29defdf

@ -67,8 +67,8 @@ def main():
help="Dir containing the Python module.")
parser.add_argument("globalstorage_yaml", nargs="?",
help="A yaml file to initialize GlobalStorage.")
parser.add_argument("configuration_yaml", nargs="?",
help="A yaml file to initialize the configuration dict.")
help_desc = "A yaml file to initialize the configuration dict."
parser.add_argument("configuration_yaml", nargs="?", help=help_desc)
args = parser.parse_args()
print("Testing module in: " + args.moduledir)

Loading…
Cancel
Save