From eb13d25c9533bbc5232a6be03c6c5677e3311220 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 25 Dec 2022 12:08:48 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 8f2fef1..6cc3ab6 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -1884,7 +1884,9 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim): cmd = 'rm -f ' + getNeoLocation() + 'ImagesUpload/*.jpg ' ' > /dev/null 2>&1' rc = os.system(cmd) else: - os.system('echo "Image %s not installed "' % source) + os.system('echo "Image %s not installed "' % source) + + RemoveUnpackDirs() return