Update extract.py

This commit is contained in:
gutosie
2022-03-15 23:20:28 +02:00
committed by GitHub
parent 741ddc13be
commit d3930f15b6

View File

@@ -853,6 +853,8 @@ def RemoveUnpackDirs():
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/pulse4kmin/force_pulse4kmini_READ.ME'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/pulse4kmini/force_pulse4kmini_READ.ME; rm -r ' + getNeoLocation() + 'ImagesUpload/pulse4kmini/unforce_pulse4kmini.txt')
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/pulse4kmin')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/xpeedlx'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/xpeedlx')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dm520'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dm520')
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/unforce_h9combo.txt'):