Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ekouts committed Dec 12, 2023
1 parent 4534857 commit 569e490
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions reframe/core/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -1691,8 +1691,10 @@ def _create_job(self, job_type, force_local=False, **job_opts):
name=f'rfm_{self.short_name}',
script_filename=script_name,
workdir=self._stagedir,
sched_access=(list(self._current_partition.access) +
list(self._current_environ.sched_bind_options)),
sched_access=(
list(self._current_partition.access) +
list(self._current_environ.sched_bind_options)
),
**job_opts)

def _setup_build_job(self, **job_opts):
Expand Down

0 comments on commit 569e490

Please sign in to comment.