Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
raise TypeError('parents must be a list of ArgumentParser')
ccamposr@fedora:~/devnest$ devnest --help
Traceback (most recent call last):
File "/home/ccamposr/.local/bin/devnest", line 8, in
sys.exit(main())
~~~~^^
File "/home/ccamposr/.local/lib/python3.13/site-packages/devnest/lib/cli.py", line 709, in main
JenkinsNodeShell().main(args)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/home/ccamposr/.local/lib/python3.13/site-packages/devnest/lib/cli.py", line 389, in main
parser_args = self.parse_args(argv)
File "/home/ccamposr/.local/lib/python3.13/site-packages/devnest/lib/cli.py", line 362, in parse_args
parser = self.get_base_parser()
File "/home/ccamposr/.local/lib/python3.13/site-packages/devnest/lib/cli.py", line 139, in get_base_parser
parser = argparse.ArgumentParser(prog='devnest',
parents=[config_group],
...<2 lines>...
formatter_class=formatter,
add_help=False)
File "/usr/lib64/python3.13/argparse.py", line 1806, in init
raise TypeError('parents must be a list of ArgumentParser')
TypeError: parents must be a list of ArgumentParser