From 3bb9ef4d7e17d8d0198a599836f4cb7868c85258 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Sat, 10 Jun 2023 20:15:47 -0500 Subject: [PATCH] Update ToolsTOR.py --- pythonlib/games/ToolsTOR.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index db7e8e0..2907448 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -86,7 +86,6 @@ class ToolsTOR(ToolsTales): self.string_opcode = InstructionType.STRING self.list_status_insertion = ['Done', 'Proofreading', 'Editing'] - self.mkdir('../Data/{}/DAT'.format(self.repo_name)) # Replace n occurences of a string starting from the right def rreplace(self, s, old, new, occurrence):