You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Renaming Iso function
Change output when extracting Iso
This commit is contained in:
@@ -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"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user