Fix issue with IFS class not terminating Pool after creating new archive

This commit is contained in:
windyfairy 2019-04-30 02:23:30 +09:00
parent ee1b65b6c1
commit 7c7230f218

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