Python-style: fix derpy workaround for PEP8

main
Adriaan de Groot 7 years ago
parent 6370898154
commit 49384ef01f

@ -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.")
help_desc = "A yaml file to initialize the configuration dict."
parser.add_argument("configuration_yaml", nargs="?", help=help_desc)
parser.add_argument("configuration_yaml", nargs="?",
help="A yaml file to initialize the Job.")
args = parser.parse_args()
print("Testing module in: " + args.moduledir)

Loading…
Cancel
Save