From 1b50fca207850a2e019a55148e971d88bf852189 Mon Sep 17 00:00:00 2001 From: dusk Date: Wed, 28 Feb 2024 21:36:40 +0100 Subject: [PATCH] Do not check tips99 text --- src/orig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/orig.py b/src/orig.py index 1304c72..52ad0cd 100755 --- a/src/orig.py +++ b/src/orig.py @@ -120,7 +120,8 @@ def write_translated(outfile, origfile, translation_file_paths): print("<", line, end='') # ------------- - if line_jp+'\n' != line and transfilepath != "onik_op.txt": + # TODO: Bad code + if line_jp+'\n' != line and not transfilepath.endswith("Opening.csv") and not transfilepath.endswith("Sub_Tips_099.csv"): print() print(" ------------------------------------------------------") print(" ! NO THAT'S WRONG! !")