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
testable between 2.42.2 and 2.43.0 by rez-env-ing a package with:
2.42.2
2.43.0
rez-env
def commands(): print(env.keys())
result in 2.42.2 is a list of variable names, 2.43.0 is []
[]
solved in incoming PR.
The text was updated successfully, but these errors were encountered:
address AcademySoftwareFoundation#744 by adding back original dict mi…
29c10ce
…xin behavior in py2/py3 compatible way
addressed in #745
Sorry, something went wrong.
Closed by #745
maxnbk
No branches or pull requests
testable between
2.42.2
and2.43.0
byrez-env
-ing a package with:result in
2.42.2
is a list of variable names, 2.43.0 is[]
solved in incoming PR.
The text was updated successfully, but these errors were encountered: