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 14ea707 commit 2ec5436
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/python/replay_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,9 @@ def merge_replay(
)
args = parser.parse_args()

# Add 'src/scripts/merge_tools' to the path
sys.path.append("src/scripts/merge_tools")
os.environ["PATH"] += os.pathsep + os.path.join(
os.getcwd(), "src/scripts/merge_tools"
)

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

0 comments on commit 2ec5436

Please sign in to comment.