We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cb3c9 commit 1d606e5Copy full SHA for 1d606e5
1 file changed
snakemake_interface_executor_plugins/executors/real.py
@@ -146,6 +146,8 @@ def format_job_exec(self, job: JobExecutorInterface) -> str:
146
precommand = self.workflow.spawned_job_args_factory.precommand(
147
auto_deploy_default_storage_provider=self.common_settings.auto_deploy_default_storage_provider
148
)
149
+ if precommand:
150
+ precommand += " &&"
151
152
args = join_cli_args(
153
[
0 commit comments