Skip to content

Commit

Permalink
Added src/scripts/merge_tools to the path
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 5, 2024
1 parent 1e00bc4 commit 14ea707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/python/replay_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ def merge_replay(
)
args = parser.parse_args()

# Add 'src/scripts/merge_tools' to the path
sys.path.append("src/scripts/merge_tools")

logger.info(f"Replaying merge with index {args.idx}")
if args.delete_workdir:
logger.info("Deleting workdir after replaying the merge")
Expand Down

0 comments on commit 14ea707

Please sign in to comment.