From 0aa309a14256e547ff9df65dab8e235c324cae50 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 10 Jan 2023 06:29:01 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index b4f3f6a..048d366 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -783,11 +783,11 @@ def RemoveUnpackDirs(): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/osmini4k'): rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/osmini4k') elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/xp1000 '): - rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/xp1000 ') + rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/xp1000') elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/et5x00'): - rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/et5x00 ') + rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/et5x00') elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dinobot '): - rc = os.system('rm -r ' + 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') elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/et1x000'): @@ -795,7 +795,7 @@ def RemoveUnpackDirs(): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/protek4k'): rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/protek4k') elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dm920 '): - rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dm920 ') + 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') or os.path.exists('' + getNeoLocation() + 'ImagesUpload/multiboxse'):