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')