Update extract.py

This commit is contained in:
gutosie
2023-01-10 16:26:55 +02:00
committed by GitHub
parent 4086bded3e
commit 027dbb7b3d

View File

@@ -1447,7 +1447,7 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim):
cmd = 'rm -rf ' + getNeoLocation() + 'ubi'
rc = os.system(cmd)
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/axas'):
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/axas/axashistwin'):
os.chdir('axas')
if os.path.exists('' + getNeoLocation() + 'ImagesUpload/axas/axashistwin'):
os.chdir('axashistwin')