Skip to content

Commit

Permalink
Replace as_shell_path with as_path
Browse files Browse the repository at this point in the history
Signed-off-by: amorphousWaste <20346603+amorphousWaste@users.noreply.github.com>
  • Loading branch information
amorphousWaste authored and Jawabiscuit committed Sep 15, 2023
1 parent 1e5b3f2 commit 4976105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rez/rex_bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def root(self):
root = self.__cached_root or self.__variant.root

if self.__interpreter:
root = self.__interpreter.as_shell_path(root)
root = self.__interpreter.as_path(root)

return root

Expand Down

0 comments on commit 4976105

Please sign in to comment.