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
import at root level (ie not in func) causes bug on latest rez, because the module is written to dest package.py as attribute, looks like:
os = <module 'os' from '/opt/rez/lib/python2.7/os.pyc'>
Installation also breaks if root-level import present and preprocessing present at same time.
The text was updated successfully, but these errors were encountered:
import at root level (ie not in func) causes bug on latest rez, because the module is written to dest package.py as attribute, looks like:
os = <module 'os' from '/opt/rez/lib/python2.7/os.pyc'>
Installation also breaks if root-level import present and preprocessing present at same time.
The text was updated successfully, but these errors were encountered: