Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct concat error in register_cli_args #8

Conversation

saulobejo
Copy link
Contributor

Fix issue #2635

Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/snakemake/cli.py", line 2038, in main
    parser, args = parse_args(argv)
                   ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/snakemake/cli.py", line 1628, in parse_args
    parser = get_argument_parser()
             ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/snakemake/cli.py", line 1611, in get_argument_parser
    StoragePluginRegistry().register_cli_args(parser)
  File "/usr/local/lib/python3.11/dist-packages/snakemake_interface_common/plugin_registry/__init__.py", line 60, in register_cli_args
    plugin.register_cli_args(argparser)
  File "/usr/local/lib/python3.11/dist-packages/snakemake_interface_common/plugin_registry/plugin.py", line 149, in register_cli_args
    kwargs["help"] += (
TypeError: can only concatenate tuple (not "str") to tuple

@saulobejo saulobejo changed the title FIX: fix concat error in register_cli_args fix: correct concat error in register_cli_args Jan 22, 2024
@johanneskoester johanneskoester merged commit 8a9ca82 into snakemake:main Mar 6, 2024
1 of 2 checks passed
johanneskoester pushed a commit that referenced this pull request Mar 6, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.1.5](v0.1.4...v0.1.5)
(2024-03-06)


### Bug Fixes

* correct concat error in register_cli_args
([#8](#8))
([8a9ca82](8a9ca82))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants