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 9922358 commit a06cdc3Copy full SHA for a06cdc3
scripts/smart_dispatch.py
@@ -37,7 +37,7 @@ def main():
37
else:
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)
+ jobname = smartdispatch.generate_name_from_arguments(arguments, max_length=235)
41
commands = smartdispatch.get_commands_from_arguments(arguments)
42
43
commands = smartdispatch.replace_uid_tag(commands)
0 commit comments