From 027dbb7b3d4706c48f9dbaa1d997db0e52ea06be Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 10 Jan 2023 16:26:55 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index de21050..3698243 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -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')