Skip to content

Commit 5bc4fa6

Browse files
committed
raise exception
1 parent 8307e0c commit 5bc4fa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ def _binlog_loader(self):
253253
yield rv
254254
# print(rv)
255255
stream.close()
256+
raise IOError('mysql connection closed')
256257

257258
def _parse_table_structure(self, data):
258259
"""

0 commit comments

Comments
 (0)