From c2e5ffb3afe1ee103ba450ad36cea168480bf607 Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 23 Feb 2024 22:56:16 +0100 Subject: [PATCH] Ignore opening text --- src/orig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/orig.py b/src/orig.py index 4b6d447..a037b42 100755 --- a/src/orig.py +++ b/src/orig.py @@ -106,7 +106,7 @@ def write_translated(outfile, origfile, translation_file_paths): print("<", line, end='') # ------------- - if line_jp+'\n' != line: + if line_jp+'\n' != line and transfilepath != "onik_op.txt": print() print(" ------------------------------------------------------") print(" ! NO THAT'S WRONG! !")