diff --git a/snakedeploy/templates/plugins/executor-plugins/init.py b/snakedeploy/templates/plugins/executor-plugins/init.py index d883f69..f04167f 100644 --- a/snakedeploy/templates/plugins/executor-plugins/init.py +++ b/snakedeploy/templates/plugins/executor-plugins/init.py @@ -85,7 +85,7 @@ def __post_init__(self): # access workflow self.workflow # access executor specific settings - self.workflow.executor_settings + self.executor_settings # IMPORTANT: in your plugin, only access methods and properties of # Snakemake objects (like Workflow, Persistence, etc.) that are