Skip to content

Commit

Permalink
Bugfix: Make config.data_format work again
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Sep 9, 2022
1 parent 1067446 commit abf02c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### MultiQC updates

- Bugfix: Make `config.data_format` work again ([#1722](https://github.com/ewels/MultiQC/issues/1722))

### New Modules

### Module feature additions
Expand Down
2 changes: 0 additions & 2 deletions multiqc/multiqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@
"--data-format",
"data_format",
type=click.Choice(config.data_format_extensions.keys()),
default=config.data_format,
show_default=True,
help="Output parsed data in a different format.",
)
@click.option("-z", "--zip-data-dir", "zip_data_dir", is_flag=True, help="Compress the data directory.")
Expand Down

0 comments on commit abf02c7

Please sign in to comment.