Skip to content

Conversation

@durera
Copy link
Contributor

@durera durera commented Jan 23, 2026

The string --manage-jms true is being added to the generated command, but it only need to be --manage-jms because this is a store_true flag:

manageArgGroup.add_argument(
    "--manage-jms",
    dest="mas_app_settings_default_jms",
    required=False,
    help="Set JMS configuration",
    action="store_const",
    const="true"
)

@durera durera requested a review from a team as a code owner January 23, 2026 11:50
@durera durera merged commit e110a28 into master Jan 23, 2026
4 of 5 checks passed
@durera durera deleted the jmsfix branch January 23, 2026 11:51
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.

Interactive install generates an invalid non-interactive command with --manage-jms "false"

1 participant