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 2242cc5 commit a5d9868Copy full SHA for a5d9868
automation/script/module.py
@@ -254,7 +254,7 @@ def _run(self, i):
254
# Check if has --help
255
if i.get('help', False):
256
return self.help(i)
257
-
+
258
# Check if save input/output to file
259
repro = i.get('repro', False)
260
repro_prefix = ''
@@ -792,7 +792,6 @@ def _run(self, i):
792
env['MLC_TMP_CURRENT_SCRIPT_REPO_PATH'] = script_repo_path
793
env['MLC_TMP_CURRENT_SCRIPT_REPO_PATH_WITH_PREFIX'] = script_repo_path_with_prefix
794
795
796
run_state['script_id'] = meta['alias'] + "," + meta['uid']
797
run_state['script_tags'] = script_tags
798
run_state['script_variation_tags'] = variation_tags
0 commit comments