Python-style: fix derpy workaround for PEP8
This commit is contained in:
parent
6370898154
commit
49384ef01f
@ -67,8 +67,8 @@ def main():
|
|||||||
help="Dir containing the Python module.")
|
help="Dir containing the Python module.")
|
||||||
parser.add_argument("globalstorage_yaml", nargs="?",
|
parser.add_argument("globalstorage_yaml", nargs="?",
|
||||||
help="A yaml file to initialize GlobalStorage.")
|
help="A yaml file to initialize GlobalStorage.")
|
||||||
help_desc = "A yaml file to initialize the configuration dict."
|
parser.add_argument("configuration_yaml", nargs="?",
|
||||||
parser.add_argument("configuration_yaml", nargs="?", help=help_desc)
|
help="A yaml file to initialize the Job.")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
print("Testing module in: " + args.moduledir)
|
print("Testing module in: " + args.moduledir)
|
||||||
|
Loading…
Reference in New Issue
Block a user