Update extract.py

This commit is contained in:
gutosie
2022-12-25 11:43:54 +02:00
committed by GitHub
parent 97f5e9da81
commit 5e2fc2515b

View File

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