1
0
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:
Windy Fairy 2019-04-30 07:57:08 +09:00 committed by Will
parent ee1b65b6c1
commit ccd9c1c363

View File

@ -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):