Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Feb 2, 2024
1 parent 4fac628 commit 6252404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snakemake/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ def schedule(self):
runjobs = [job for job in run if not job.is_local]
if local_runjobs:
self.run(
local_runjobs, executor=self._local_executor or self._executor
local_runjobs,
executor=self._local_executor or self._executor,
)
if runjobs:
self.run(runjobs)
Expand Down

0 comments on commit 6252404

Please sign in to comment.