Skip to content

Commit 38bc406

Browse files
Update src/rez/system.py
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent 75f685c commit 38bc406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rez/system.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ def rez_bin_path(self):
207207
#
208208
import rez
209209
module_path = rez.__path__[0]
210+
# Best effort attempt at converting slashes to the current
211+
# platform native slash. (for example, forward to backward).
210212
module_path = os.path.normpath(module_path)
211213

212214
parts = module_path.split(os.path.sep)

0 commit comments

Comments
 (0)