Skip to content

Commit

Permalink
Revert erroneous change
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 e12ef77 commit af69b8d
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_path(root)
root = self.__interpreter.as_shell_path(root)

return root

Expand Down

0 comments on commit af69b8d

Please sign in to comment.