mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 03:45:48 +01:00
Update extract.py
This commit is contained in:
@@ -1884,7 +1884,9 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim):
|
|||||||
cmd = 'rm -f ' + getNeoLocation() + 'ImagesUpload/*.jpg ' ' > /dev/null 2>&1'
|
cmd = 'rm -f ' + getNeoLocation() + 'ImagesUpload/*.jpg ' ' > /dev/null 2>&1'
|
||||||
rc = os.system(cmd)
|
rc = os.system(cmd)
|
||||||
else:
|
else:
|
||||||
os.system('echo "Image %s not installed "' % source)
|
os.system('echo "Image %s not installed "' % source)
|
||||||
|
|
||||||
|
RemoveUnpackDirs()
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user