From 3b6b3c52820a0de3ed434add0668d3c41cecd624 Mon Sep 17 00:00:00 2001 From: amorphousWaste <20346603+amorphousWaste@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:45:19 -0700 Subject: [PATCH] Fix path conversions Signed-off-by: amorphousWaste <20346603+amorphousWaste@users.noreply.github.com> --- src/rezplugins/shell/gitbash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rezplugins/shell/gitbash.py b/src/rezplugins/shell/gitbash.py index 234161911..8e1b66bec 100644 --- a/src/rezplugins/shell/gitbash.py +++ b/src/rezplugins/shell/gitbash.py @@ -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.