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 7286f7d commit 748037fCopy full SHA for 748037f
mongodb_consistent_backup/Archive/Tar/Tar.py
@@ -39,7 +39,7 @@ def wait(self):
39
item = self._pooled[0]
40
path, result = item
41
result.get(1)
42
- logging.debug("Archiving completed for directory: %s" % path)
+ logging.debug("Archiving completed for directory: %s" % path)
43
self._pooled.remove(item)
44
except TimeoutError:
45
continue
mongodb_consistent_backup/Common/LocalCommand.py
@@ -58,6 +58,6 @@ def run(self):
58
# return exit code from mongodump
59
return self._process.returncode
60
61
- def close(self):
+ def close(self, frame=None, code=None):
62
if self._process:
63
self._process.terminate()
0 commit comments