From ac0384f77b63047073df086aa46e07f509f5b557 Mon Sep 17 00:00:00 2001 From: Stewie Date: Sun, 18 Sep 2022 18:24:21 -0400 Subject: [PATCH] Renaming Iso function Change output when extracting Iso --- ToolsTales.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ToolsTales.py b/ToolsTales.py index 02c57bb..8371428 100644 --- a/ToolsTales.py +++ b/ToolsTales.py @@ -959,8 +959,8 @@ class ToolsTales: self.insertAll() # - def extract_UMD(self, umd_iso): - print("Extract files from UMD") + def extract_Iso(self, umd_iso): + print("Extract files from Iso") subprocess.run(['piso', 'extract', umd_iso, "\\", '-od', "../Data/{}/Disc/Original".format(self.repo_name), "-y"]) \ No newline at end of file