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 10, 2024
1 parent 65cdb94 commit ed39a1f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions aiida_hyperqueue/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ def alloc_group():
help=
('Set the backlog for the allocator. This is the number of allocations HyperQueue will make sure is waiting with'
' the job manager.'))
@click.option('-w',
'--workers-per-alloc',
type=click.INT,
required=False,
default=1,
help=('Option to allow pooled jobs to launch on multiple nodes.')
)
@click.option(
'-w',
'--workers-per-alloc',
type=click.INT,
required=False,
default=1,
help=('Option to allow pooled jobs to launch on multiple nodes.'))
@decorators.with_dbenv()
def add_cmd(slurm_options, computer, time_limit, enable_hyperthreading,
backlog, workers_per_alloc):
Expand Down

0 comments on commit ed39a1f

Please sign in to comment.