Update extract.py

This commit is contained in:
gutosie
2023-01-10 19:23:50 +02:00
committed by GitHub
parent 6cec3fd8f5
commit e4158856e3

View File

@@ -786,7 +786,7 @@ def RemoveUnpackDirs():
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/xp1000')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/et5x00'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/et5x00')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dinobot '):
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dinobot'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dinobot')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/e2/update'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/e2')