Update extract.py

This commit is contained in:
gutosie
2021-12-18 22:25:59 +02:00
committed by GitHub
parent 555aea4c62
commit 2102b1622a

View File

@@ -789,8 +789,8 @@ def RemoveUnpackDirs():
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/pulse4kmin')
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/unforce_h9combo.txt'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/unforce_h9combo.txt')
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/kernel.bin '):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/kernel.bin ')
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/kernel.bin'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/kernel.bin')
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/imageversion'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/imageversion')