Skip to content

Commit

Permalink
fix: adapt to interface changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 20, 2023
1 parent 336f79d commit 67b5850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakemake_executor_plugin_cluster_generic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class ExecutorSettings(ExecutorSettingsBase):
common_settings = CommonSettings(
non_local_exec=True,
implies_no_shared_fs=False,
job_deploy_sources=False,
pass_default_storage_provider_args=True,
pass_default_resources_args=True,
pass_envvar_declarations_to_cmd=True,
Expand Down

0 comments on commit 67b5850

Please sign in to comment.