We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d606e5 commit 08248eeCopy full SHA for 08248ee
1 file changed
snakemake_interface_executor_plugins/executors/real.py
@@ -152,8 +152,8 @@ def format_job_exec(self, job: JobExecutorInterface) -> str:
152
args = join_cli_args(
153
[
154
prefix,
155
- self.get_envvar_declarations(),
156
precommand,
+ self.get_envvar_declarations(),
157
self.get_python_executable(),
158
"-m snakemake",
159
format_cli_arg("--snakefile", self.get_snakefile()),
0 commit comments