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 Jul 16, 2024
1 parent 0c77eed commit 08f1aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_hyperqueue/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def add_cmd(slurm_options, computer, time_limit, enable_hyperthreading,
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 08f1aaf

Please sign in to comment.