Update extract.py

This commit is contained in:
gutosie
2022-12-14 11:19:17 +02:00
committed by GitHub
parent 2f96c28aa2
commit 373ae5d145

View File

@@ -897,6 +897,8 @@ def RemoveUnpackDirs():
rc = os.system('rm -fr /tmp/root_jffs2')
if os.path.exists('/tmp/xz-gz-tar'):
rc = os.system('rm -fr /tmp/xz-gz-tar')
if os.path.exists('/tmp/other_image'):
rc = os.system('rm -fr /tmp/other_image')
def NEOBootExtract(source, target, ZipDelete, Nandsim):
RemoveUnpackDirs()