Skip to content

Commit

Permalink
Merge ../AST-Merging-Evaluation-branch-main into update-plumelib-lift…
Browse files Browse the repository at this point in the history
…-exit
  • Loading branch information
mernst committed Sep 16, 2024
2 parents ec93f42 + 32ec0cf commit ba2b02e
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 ba2b02e

Please sign in to comment.