Skip to content

Commit

Permalink
Better exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 5, 2024
1 parent c62cba4 commit dd98cad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/python/replay_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ def merge_replay(
f"fingerprints differ: after merge of {workdir} with {merge_tool}, found"
+ f" {merge_fingerprint} but expected "
+ f"{merge_data[f'{merge_tool.name}_merge_fingerprint']} at log path {log_path}"
+ f" and repo path {repo.local_repo_path}"
+ f" and repo path {repo.local_repo_path}",
merge_result,
f"idx {merge_idx}",
)

if merge_result not in (
Expand Down

0 comments on commit dd98cad

Please sign in to comment.