diff --git a/src/python/repo.py b/src/python/repo.py index 8ebdc89b1a..82363f2f69 100755 --- a/src/python/repo.py +++ b/src/python/repo.py @@ -547,7 +547,7 @@ def merge( command = [ "src/scripts/run_with_timeout.sh", str(timeout), - f"src/scripts/merge_tools/{tool.name}.sh {self.local_repo_path} {LEFT_BRANCH_NAME} {RIGHT_BRANCH_NAME}", + f"src/scripts/merge_tools/{tool.name}.sh {self.local_repo_path.resolve()} {LEFT_BRANCH_NAME} {RIGHT_BRANCH_NAME}", ] p = subprocess.run( command,