Skip to content

Commit

Permalink
unpack kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed Jan 4, 2024
1 parent 8252e53 commit 90409ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ms2rescore_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s %(message)s")


def parse_cli_arguments_to_config(kwargs):
def parse_cli_arguments_to_config(**kwargs):
"""Update default MS²Rescore config with CLI arguments"""
config = json.load(importlib.resources.open_text(package_data, "config_default.json"))

Expand Down

0 comments on commit 90409ac

Please sign in to comment.