Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rez.system is_production_rez_install property to handle forward s…
…lash paths under windows. This allows to import rez module from paths with forward slashes. The following code printed "False" before the fix: import sys sys.path.append('C:/rez_test/Lib/site-packages') from rez.system import system print( 'is_production_rez_install', system.is_production_rez_install )
- Loading branch information