Skip to content

Fix: restore --allow-unsupported-user-managed argparse argument#52

Merged
epugh merged 1 commit into
apache:mainfrom
epugh:fix/restore-allow-unsupported-user-managed-arg
Jun 21, 2026
Merged

Fix: restore --allow-unsupported-user-managed argparse argument#52
epugh merged 1 commit into
apache:mainfrom
epugh:fix/restore-allow-unsupported-user-managed-arg

Conversation

@epugh

@epugh epugh commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Commit ce834dc accidentally removed the add_argument call for --allow-unsupported-user-managed while refactoring to use option names as variable names. This caused a 'Namespace' object has no attribute 'allow_unsupported_user_managed' error at startup.

Restores the add_argument block so argparse creates the attribute on the Namespace object as expected by configure_test.

@epugh

epugh commented Jun 21, 2026

Copy link
Copy Markdown
Contributor Author

I really goofed some stuff...

@epugh epugh merged commit edb3d03 into apache:main Jun 21, 2026
4 of 5 checks passed
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.

1 participant