Skip to content

Commit

Permalink
save_working_dir command reconstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 authored Jan 2, 2024
1 parent 49fe050 commit 7fd8c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecpac/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def main(
reargs.extend(["--threads", str(res_threads)])
reargs.extend(["--duration_h", str(res_duration.total_seconds() / 3600)])
if save_working_dir:
reargs.extend(["--save_working_dir", "true"])
reargs.extend(["--save_working_dir"])
if len(extra_cpac_args) > 0:
reargs.extend(["--extra_cpac_args", extra_cpac_args])

Expand Down

0 comments on commit 7fd8c97

Please sign in to comment.