ansible_collection.py: fix argument parser setup

epel9
Maxwell G 1 year ago
parent e3e463b2ea
commit bc04ccc9d3
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

@ -107,7 +107,7 @@ class AnsibleCollection:
def parseargs() -> argparse.Namespace: def parseargs() -> argparse.Namespace:
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
"Install and test Ansible Collections in an rpmbuild environment" description="Install and test Ansible Collections in an rpmbuild environment"
) )
subparsers = parser.add_subparsers(dest="action") subparsers = parser.add_subparsers(dest="action")
install_parser = subparsers.add_parser( install_parser = subparsers.add_parser(

Loading…
Cancel
Save