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 to handle forward slash path…
…s under windows. (#1899) 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 ) ``` --------- Signed-off-by: Michal Fratczak <[email protected]> Signed-off-by: Jean-Christophe Morin <[email protected]> Co-authored-by: Jean-Christophe Morin <[email protected]>
- Loading branch information