Skip to content

Commit 79e9b7d

Browse files
authored
Merge pull request #10 from timvaillancourt/tail_py_close_fix
Fixing error for 1 vs 3 args that signal() causes in Tail.py
2 parents 8f80732 + 00cf833 commit 79e9b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MongoBackup/Oplog/Tail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def connection(self):
5858
def stop(self):
5959
self._stop.set()
6060

61-
def close(self):
61+
def close(self, code=None, frame=None):
6262
return self.stop()
6363

6464
def stopped(self):

0 commit comments

Comments
 (0)