You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Escape '{' '}' brackets in original command line (#170)
It's possible the original command line has brackets that otherwise
python string formatting will interpret as part of the worker
contextualization formatting (i.e. LoadedModuleSpec.build_command_line).
We need to escape such brackets upfront when loading the command line.
0 commit comments