Skip to content

Commit

Permalink
fix: adapt to changes in snakemake-interface-executor-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 20, 2023
1 parent 342baa4 commit 635c68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake/cli.py
Expand Up @@ -1803,7 +1803,7 @@ def args_to_api(args, parser):
args.executor = "local"

executor_plugin = _get_executor_plugin_registry().get_plugin(args.executor)
executor_settings = executor_plugin.get_executor_settings(args)
executor_settings = executor_plugin.get_settings(args)

if args.cores is None:
if executor_plugin.common_settings.local_exec:
Expand Down

0 comments on commit 635c68a

Please sign in to comment.