Skip to content

Commit

Permalink
fix: Fix inconsistencies between detailed summary and normal summary (#…
Browse files Browse the repository at this point in the history
…2218)

### Description

This fixes #1917.

### QC

* [x] The PR contains a test case for the changes or the changes are
already covered by an existing test case.
* [x] The documentation (`docs/`) is updated to reflect the changes or
this is not necessary (e.g. if the change does neither modify the
language nor the behavior or functionalities of Snakemake).

Co-authored-by: Johannes Köster <johannes.koester@tu-dortmund.de>
  • Loading branch information
sirno and johanneskoester committed Apr 28, 2023
1 parent 66ea4d1 commit d903123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions snakemake/__init__.py
Expand Up @@ -2726,6 +2726,7 @@ def adjust_path(f):
or args.filegraph
or args.rulegraph
or args.summary
or args.detailed_summary
or args.lint
or args.containerize
or args.report
Expand Down
1 change: 1 addition & 0 deletions snakemake/workflow.py
Expand Up @@ -705,6 +705,7 @@ def files(items):
or printfilegraph
or printdag
or summary
or detailed_summary
or archive
or list_version_changes
or list_code_changes
Expand Down

0 comments on commit d903123

Please sign in to comment.