Skip to content

Commit 3dfef62

Browse files
committed
fix: corrects display compare results on the console.
1 parent 1543602 commit 3dfef62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UTIL_VERSION := 0.5.25
1+
UTIL_VERSION := 0.5.26
22
UTIL_NAME := codeplag
33
PWD := $(shell pwd)
44

src/codeplag/display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def print_compare_result(
173173
"-----\n"
174174
f"{compare_info.first_path}\n{compare_info.first_modify_date}\n"
175175
"-----\n"
176-
f"{compare_info.first_path}\n{compare_info.first_modify_date}\n"
176+
f"{compare_info.second_path}\n{compare_info.second_modify_date}\n"
177177
"-----\n"
178178
)
179179

0 commit comments

Comments
 (0)