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 getopt deprecation warnings (part 6) #4916

Merged
merged 5 commits into from
Dec 20, 2024
Merged

Conversation

edewata
Copy link
Contributor

@edewata edewata commented Dec 19, 2024

The classes in the following Python modules and scripts have been updated to use argparse except for PKIServerCLI since it needs to use subparsers which requires additional investigation:

  • pki.cli.password
  • pki.cli.pkcs12
  • pki.cli.upgrade
  • pki.server.cli
  • drmtest.py

The classes in pki.server.cli have been updated to use argparse
except for PKIServerCLI since it needs to use subparsers which
requires additional investigation.
@edewata edewata requested a review from fmarco76 December 19, 2024 18:33
Copy link
Member

@fmarco76 fmarco76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edewata
Copy link
Contributor Author

edewata commented Dec 20, 2024

@fmarco76 Thanks!

@edewata edewata merged commit bfb5a8e into dogtagpki:master Dec 20, 2024
160 of 171 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.

2 participants