We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c73fc7 commit 09dbe74Copy full SHA for 09dbe74
vtr_flow/scripts/run_vtr_task.py
@@ -124,7 +124,8 @@ def vtr_command_argparser(prog=None):
124
default="local",
125
help="""What system to run the tasks on:
126
(local) runs the flow invocations on the local machine,
127
- (scripts) Prints out all the generated script files (instead of calling them to run all the flow invocations).""",
+ (scripts) Prints out all the generated script files
128
+ (instead of calling them to run all the flow invocations).""",
129
)
130
131
parser.add_argument(
0 commit comments