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
Package.py is create with only r/w access to current user. This will result in a package defn not readable by other users.
This is an unintended side-effect of introducing atomic writes via the atomicwrites package: https://github.com/untitaker/python-atomicwrites
The text was updated successfully, but these errors were encountered:
https://github.com/nerdvegas/rez/releases/tag/2.26.3
Sorry, something went wrong.
No branches or pull requests
Package.py is create with only r/w access to current user. This will result in a package defn not readable by other users.
This is an unintended side-effect of introducing atomic writes via the atomicwrites package: https://github.com/untitaker/python-atomicwrites
The text was updated successfully, but these errors were encountered: