Skip to content

Commit

Permalink
fix superclass usage
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 8, 2023
1 parent b004122 commit 96f9fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake_executor_plugin_slurm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
# whether arguments for setting default resources shall be passed to jobs
pass_default_resources_args=True,
# whether environment variables shall be passed to jobs
pass_envvar_declarations_to_cmd=True,
pass_envvar_declarations_to_cmd=False,
init_sleep_seconds=40,
)
self.run_uuid = str(uuid.uuid4())
Expand Down

0 comments on commit 96f9fcf

Please sign in to comment.