Commit 75f685c
committed
Fix rez.system is_production_rez_install property to handle forward slash 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 )1 parent cd02348 commit 75f685c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| |||
0 commit comments