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

cli: fix TypeError in HelpfulArgumentParser for python 3.13.1 #15692

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

mhassan1
Copy link

@mhassan1 mhassan1 commented Dec 6, 2024

SUMMARY

This PR adds logic to HelpfulArgumentParser to handle _parse_known_args with either 3 (Python 3.13.0 and below) or 4 (Python 3.13.1 and above) positional arguments.

Resolves #15687.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • CLI
AWX VERSION
awx: 0.1.dev34249+g91bb012
ADDITIONAL INFORMATION

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWX CLI crashes with Python 3.13.1
1 participant