Update extract.py

This commit is contained in:
gutosie
2022-12-25 11:48:06 +02:00
committed by GitHub
parent 5e2fc2515b
commit 012cbe04e4

View File

@@ -953,7 +953,7 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim):
#Instalacja *.zip
elif os.path.exists(sourcefile) is True:
os.system('unzip -f -o ' + sourcefile)
os.system('unzip -o ' + sourcefile)
if ZipDelete == 'True':
os.system('rm -rf ' + sourcefile)