Skip to content

Commit

Permalink
Add parsable option to daily_longterm_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Feb 5, 2024
1 parent 0b89de7 commit b2444c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osa/scripts/closer.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ def daily_longterm_cmd(parent_job_ids: List[str]) -> List[str]:

return [
"sbatch",
"--parsable",
"-D",
options.directory,
"-o",
Expand Down

0 comments on commit b2444c1

Please sign in to comment.