We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549c57a commit c63523dCopy full SHA for c63523d
mongodb_consistent_backup/Archive/Tar/Tar.py
@@ -2,7 +2,7 @@
2
import logging
3
4
from copy_reg import pickle
5
-from multiprocessing import Pool
+from multiprocessing import Pool, TimeoutError
6
from types import MethodType
7
8
from TarThread import TarThread
0 commit comments