Update extract.py

This commit is contained in:
gutosie
2022-12-25 12:08:48 +02:00
committed by GitHub
parent 012cbe04e4
commit eb13d25c95

View File

@@ -1884,7 +1884,9 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim):
cmd = 'rm -f ' + getNeoLocation() + 'ImagesUpload/*.jpg ' ' > /dev/null 2>&1'
rc = os.system(cmd)
else:
os.system('echo "Image %s not installed "' % source)
os.system('echo "Image %s not installed "' % source)
RemoveUnpackDirs()
return