From 98198e99aefbb1a364c2238571763f6b219624e1 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:39:59 -0500 Subject: [PATCH] Trust that empty lines are intentional --- pythonlib/games/ToolsTOR.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index ea9abf6..736fef3 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -402,7 +402,7 @@ class ToolsTOR(ToolsTales): #Use the values only for Status = Done and use English if non empty final_text = '' if (status in self.list_status_insertion): - final_text = english_text or japanese_text or '' + final_text = english_text or '' else: final_text = japanese_text or ''