From 4fe24d8e8599ea37437905bafffdea9856070975 Mon Sep 17 00:00:00 2001 From: dusk Date: Tue, 20 Feb 2024 23:19:40 +0100 Subject: [PATCH] Change debug message --- src/orig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/orig.py b/src/orig.py index f0e390c..b46cf9d 100755 --- a/src/orig.py +++ b/src/orig.py @@ -170,7 +170,8 @@ def write_translated(outfile, origfile, translation_file_paths): print("<", line, end='') if _printed_line_jp+'\n' != line: - print("UGABUNGA") + print() + print("NO THAT'S WRONG!") sys.exit(1) # Used up all of the structures, this chapter has ended.