-
Notifications
You must be signed in to change notification settings - Fork 1k
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 for issue #5637 #5638
Fix for issue #5637 #5638
Conversation
The `modules.py` argument parser does not understand the argument `--list`; it needs to be `list`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Kind of related: Why is python dev_tools/modules.py print_version
failing with ModuleNotFoundError: No module named 'dev_tools'
for me?
If i run it in the
|
I tried it and it happens to me too. This seems like a bug. Would you like to open a bug report for this? The code in |
Please do. |
The `modules.py` argument parser does not understand the argument `--list`; it needs to be `list`.
The
modules.py
argument parser does not understand the argument--list
; it needs to belist
.