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 752840d commit 63da0bcCopy full SHA for 63da0bc
scripts/smart_dispatch.py
@@ -38,7 +38,7 @@ def main():
38
# Commands that needs to be parsed and unfolded.
39
arguments = map(smartdispatch.unfold_argument, args.commandAndOptions)
40
jobname = smartdispatch.generate_name_from_arguments(arguments, max_length=235)
41
- commands = smartdispatch.get_commands_from_arguments(" ".join9args.commandAndOptions)
+ commands = smartdispatch.get_commands_from_arguments(" ".join(args.commandAndOptions))
42
43
commands = smartdispatch.replace_uid_tag(commands)
44
0 commit comments