mirror of
https://github.com/mon/ifstools.git
synced 2025-02-17 10:48:37 +01: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…
x
Reference in New Issue
Block a user