From 5f4b97810bb864654c445352df5f23f07e8d3468 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 12 Dec 2025 21:34:33 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 9001e51..2da2e5a 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -826,9 +826,9 @@ def RemoveUnpackDirs(): rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dm920') elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dreamtwo '): rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dreamtwo ') - elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/multibox') + elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/multibox'): rc = os.system('rm ' + getNeoLocation() + 'ImagesUpload/multibox') - elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/multiboxse') + elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/multiboxse'): rc = os.system('rm ' + getNeoLocation() + 'ImagesUpload/multiboxse') elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/multiboxpro'): rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/multiboxpro')