mirror of
https://github.com/mon/ifstools.git
synced 2026-04-21 15:37:14 -05:00
Fix issue with IFS class not terminating Pool after creating new archive (#15)
This commit is contained in:
parent
ee1b65b6c1
commit
ccd9c1c363
|
|
@ -253,6 +253,9 @@ class IFS:
|
|||
if progress:
|
||||
tqdm.write(f)
|
||||
|
||||
p.close()
|
||||
p.terminate()
|
||||
|
||||
# restore stuff from before
|
||||
for folder in folders:
|
||||
if isinstance(folder, MD5Folder):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user