Skip to content

Commit

Permalink
Added latest absolute path (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch authored Sep 16, 2024
1 parent 3b12808 commit 32ec0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 32ec0cf

Please sign in to comment.