Skip to content

Commit

Permalink
fix: do not require --cores or --jobs to be set when --cleanup-metada…
Browse files Browse the repository at this point in the history
…ta is used. (#1429)
  • Loading branch information
johanneskoester committed Feb 25, 2022
1 parent 33a0105 commit 9c73907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakemake/__init__.py
Expand Up @@ -2512,6 +2512,7 @@ def adjust_path(f):
or args.gui
or args.archive
or args.unlock
or args.cleanup_metadata
)
local_exec = not (no_exec or non_local_exec)

Expand Down

0 comments on commit 9c73907

Please sign in to comment.