We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using python 3.6.9 to run rez. If I call rez with no selected sub parser I get an AttributeError
AttributeError: 'Namespace' object has no attribute 'func'
This is a know issue with python 3 and is triggered when no sub-parser is selected. https://bugs.python.org/issue16308
edit: it seems there are (understandably) more issues with python3
The text was updated successfully, but these errors were encountered:
There is a proposed fix here #880
Sorry, something went wrong.
f555caa
No branches or pull requests
I'm using python 3.6.9 to run rez. If I call rez with no selected sub parser I get an AttributeError
This is a know issue with python 3 and is triggered when no sub-parser is selected. https://bugs.python.org/issue16308
edit: it seems there are (understandably) more issues with python3
The text was updated successfully, but these errors were encountered: