Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 20, 2023
1 parent 81072f0 commit d195e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snakemake_interface_executor_plugins/executors/real.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ def get_job_args(self, job: JobExecutorInterface, **kwargs):
format_cli_arg("--attempt", job.attempt),
format_cli_arg("--force-use-threads", not job.is_group()),
format_cli_arg(
"--unneeded-temp-files", self.workflow.dag.get_unneeded_temp_files(job)
"--unneeded-temp-files",
self.workflow.dag.get_unneeded_temp_files(job),
),
self.get_resource_declarations(job),
]
Expand Down

0 comments on commit d195e82

Please sign in to comment.