Skip to content

Commit

Permalink
Fix path conversions
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 688337a commit 3b6b3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rezplugins/shell/gitbash.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def as_shell_path(self, path):
Returns:
(str): Transformed file path.
"""
return path
return convert_path(path, mode='mixed', force_fwdslash=True)

def normalize_path(self, path):
"""Normalize the path to fit the environment.
Expand Down

0 comments on commit 3b6b3c5

Please sign in to comment.