mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-30 19:05:48 +01:00
Update extract.py
This commit is contained in:
@@ -953,7 +953,7 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim):
|
|||||||
|
|
||||||
#Instalacja *.zip
|
#Instalacja *.zip
|
||||||
elif os.path.exists(sourcefile) is True:
|
elif os.path.exists(sourcefile) is True:
|
||||||
os.system('unzip -f -o ' + sourcefile)
|
os.system('unzip -o ' + sourcefile)
|
||||||
if ZipDelete == 'True':
|
if ZipDelete == 'True':
|
||||||
os.system('rm -rf ' + sourcefile)
|
os.system('rm -rf ' + sourcefile)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user