We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1543602 commit 3dfef62Copy full SHA for 3dfef62
Makefile
@@ -1,4 +1,4 @@
1
-UTIL_VERSION := 0.5.25
+UTIL_VERSION := 0.5.26
2
UTIL_NAME := codeplag
3
PWD := $(shell pwd)
4
src/codeplag/display.py
@@ -173,7 +173,7 @@ def print_compare_result(
173
"-----\n"
174
f"{compare_info.first_path}\n{compare_info.first_modify_date}\n"
175
176
- f"{compare_info.first_path}\n{compare_info.first_modify_date}\n"
+ f"{compare_info.second_path}\n{compare_info.second_modify_date}\n"
177
178
)
179
0 commit comments