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 27, 2023
1 parent a5207c3 commit 575c1a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakemake_executor_plugin_tes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class ExecutorSettings(ExecutorSettingsBase):
# filesystem (True) or not (False).
# This is e.g. the case for cloud execution.
implies_no_shared_fs=True,
job_deploy_sources=True,
pass_default_storage_provider_args=True,
pass_default_resources_args=True,
pass_envvar_declarations_to_cmd=True,
Expand Down

0 comments on commit 575c1a3

Please sign in to comment.