Skip to content

Commit

Permalink
Update scarab_batch_types.py (#135)
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
chestercai1995 authored Apr 28, 2022
1 parent db7eac5 commit 8bf6aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/scarab_globals/scarab_batch_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def get_program_or_checkpoint_options(job):
run_exec = ""

if type(job) is Program:
run_exec = f' --program="{job.run_cmde}"'
run_exec = f' --program="{job.run_cmd}"'
elif type(job) is Checkpoint:
run_exec = f' --checkpoint="{job.path}"'
elif type(job) is Trace:
Expand Down

0 comments on commit 8bf6aa9

Please sign in to comment.