Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin authored and arjunsuresh committed Dec 7, 2022
1 parent 2a76040 commit 9f0fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm-mlops/automation/script/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3295,7 +3295,7 @@ def prepare_and_run_script_with_postprocessing(i, postprocess="postprocess"):
found_cached = i['found_cached']
script_automation = i['self']

# Preapre script name
# Prepare script name
check_if_run_script_exists = False
script_name = i.get('script_name','').strip()
if script_name == '':
Expand Down

0 comments on commit 9f0fd85

Please sign in to comment.