You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rez build --install # ok
rez env test
07:55:01 ERROR PackageCommandError: Error in commands in package 'C:\\Users\\marcus\\packages\\test\\1.1\\package.py[]':
expected '}' before end of string
Where? If there's a line number provided, that line number is related the commands() function, rather than the actual Python module, due to how Rez doesn't actually import and maintain reference to the file, but does so "manually", throwing away that kind of information.
The text was updated successfully, but these errors were encountered:
Related
Reproducible
Where? If there's a line number provided, that line number is related the
commands()
function, rather than the actual Python module, due to how Rez doesn't actually import and maintain reference to the file, but does so "manually", throwing away that kind of information.The text was updated successfully, but these errors were encountered: