From 6fcd3d65d87151e9f7378b687fe2b6dce1995483 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 14 Dec 2022 08:36:36 +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 ab46c1a..8edd801 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -913,7 +913,7 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim): sourcefile4 = media + '/ImagesUpload/%s.gz' % source #Instalacja *.tar.* - if not os.path.exists('/tmp/xz-gz-tar') and getCPUtype() != 'ARMv7':: + if not os.path.exists('/tmp/xz-gz-tar') and getCPUtype() != 'ARMv7': fn = 'NewImage' sourcelist = [] for fn in os.listdir('%sImagesUpload' % getNeoLocation()):