Skip to content

Commit 16138ad

Browse files
fix: fix method name
1 parent 061ff4c commit 16138ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • snakemake_interface_executor_plugins/executors

snakemake_interface_executor_plugins/executors/real.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def get_job_args(self, job: JobExecutorInterface, **kwargs):
9898
format_cli_arg("--attempt", job.attempt),
9999
format_cli_arg("--force-use-threads", not job.is_group()),
100100
format_cli_arg(
101-
"--unneeded-temp-files", self.workflow.dag.unneeded_temp_files(job)
101+
"--unneeded-temp-files", self.workflow.dag.get_unneeded_temp_files(job)
102102
),
103103
self.get_resource_declarations(job),
104104
]

0 commit comments

Comments
 (0)