Skip to content

Commit a5d9868

Browse files
[Automated Commit] Format Codebase [skip ci]
1 parent 2242cc5 commit a5d9868

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

automation/script/module.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def _run(self, i):
254254
# Check if has --help
255255
if i.get('help', False):
256256
return self.help(i)
257-
257+
258258
# Check if save input/output to file
259259
repro = i.get('repro', False)
260260
repro_prefix = ''
@@ -792,7 +792,6 @@ def _run(self, i):
792792
env['MLC_TMP_CURRENT_SCRIPT_REPO_PATH'] = script_repo_path
793793
env['MLC_TMP_CURRENT_SCRIPT_REPO_PATH_WITH_PREFIX'] = script_repo_path_with_prefix
794794

795-
796795
run_state['script_id'] = meta['alias'] + "," + meta['uid']
797796
run_state['script_tags'] = script_tags
798797
run_state['script_variation_tags'] = variation_tags

0 commit comments

Comments
 (0)