Skip to content

Commit f7dac5f

Browse files
committed
[RI] Pass --fuzzy=0 to interdiff
1 parent c30d4b4 commit f7dac5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_interdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run_interdiff(repo, backport_sha, upstream_sha, interdiff_path):
8282
up_path = up.name
8383

8484
interdiff_result = subprocess.run(
85-
[interdiff_path, '--fuzzy', bp_path, up_path],
85+
[interdiff_path, '--fuzzy=0', bp_path, up_path],
8686
text=True,
8787
capture_output=True,
8888
check=False

0 commit comments

Comments
 (0)