Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 7, 2024
1 parent f46dd62 commit 58e77e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_hyperqueue/cli/alloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def cmd_add(
with computer.get_transport() as transport:
retval, _, stderr = transport.exec_command_wait(
f'hq alloc add slurm --backlog {backlog} --time-limit {time_limit} --name aiida {hyper} '
f'--workers-per-alloc {workers_per_alloc} -- {" ".join(slurm_options)}'
f'--workers-per-alloc {workers_per_alloc} -- {' '.join(slurm_options)}'
)

if retval != 0:
Expand Down

0 comments on commit 58e77e3

Please sign in to comment.