Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 22, 2024
1 parent 6c64392 commit 6c3b1eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jobs/post_cosmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ def runscript_commands_template():
"srun cp -Rafv {int2lm_run_src}/. {int2lm_run_dest}/",
"srun cp -Rafv {cosmo_run_src}/. {cosmo_run_dest}/",
"srun cp -Rafv {cosmo_output_src}/. {cosmo_output_dest}/",
"srun cp -Rafv {logs_src}/. {logs_dest}/",
"unset SLURM_MEM_PER_CPU"
"srun cp -Rafv {logs_src}/. {logs_dest}/", "unset SLURM_MEM_PER_CPU"
])


Expand Down

0 comments on commit 6c3b1eb

Please sign in to comment.