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

fixup dont_prompt #18974

Merged
merged 1 commit into from
Dec 3, 2024
Merged

fixup dont_prompt #18974

merged 1 commit into from
Dec 3, 2024

Conversation

altendky
Copy link
Contributor

@altendky altendky commented Dec 3, 2024

Purpose:

crossed with merging of #18926

https://github.com/Chia-Network/chia-blockchain/actions/runs/12146894253/job/33871934640#step:14:7622

chia/_tests/pools/test_pool_cmdline.py:14: in <module>
    from chia._tests.cmds.cmd_test_utils import TestWalletRpcClient
chia/_tests/cmds/cmd_test_utils.py:15: in <module>
    from chia.cmds.chia import cli as chia_cli
chia/cmds/chia.py:22: in <module>
    from chia.cmds.plotnft import plotnft_cmd
chia/cmds/plotnft.py:77: in <module>
    class CreatePlotNFTCMD:
chia/cmds/cmd_classes.py:249: in _chia_command
    cmd.command(name, short_help=short_help, help=help)(_convert_class_to_function(wrapped_cls))
chia/cmds/cmd_classes.py:225: in _convert_class_to_function
    return command_parser.apply_decorators(command_parser)
chia/cmds/cmd_classes.py:129: in apply_decorators
    cmd_to_return = decorator(cmd_to_return)
.venv/lib/python3.10/site-packages/click/decorators.py:373: in decorator
    _param_memo(f, cls(param_decls, **attrs))
.venv/lib/python3.10/site-packages/click/core.py:2536: in __init__
    super().__init__(param_decls, type=type, multiple=multiple, **attrs)
.venv/lib/python3.10/site-packages/click/core.py:2111: in __init__
    self.name, self.opts, self.secondary_opts = self._parse_decls(
.venv/lib/python3.10/site-packages/click/core.py:2653: in _parse_decls
    raise TypeError(f"Name '{name}' defined twice")
E   TypeError: Name 'dont_prompt' defined twice

Current Behavior:

New Behavior:

Testing Notes:

@altendky altendky added Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog Exclude_Notes Use this label if the changes in the PR should be excluded from the release notes labels Dec 3, 2024
@altendky altendky marked this pull request as ready for review December 3, 2024 20:05
@altendky altendky requested a review from a team as a code owner December 3, 2024 20:05
@pmaslana pmaslana merged commit 9dacf09 into main Dec 3, 2024
365 checks passed
@pmaslana pmaslana deleted the fixup_dont_prompt branch December 3, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Exclude_Notes Use this label if the changes in the PR should be excluded from the release notes Fixed Required label for PR that categorizes merge commit message as "Fixed" for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants