Skip to content

Commit ce7831a

Browse files
author
Arthur Gautier
committed
Bubble up unhandled error. Fixes julien-duponchelle#254
Signed-off-by: Arthur Gautier <[email protected]>
1 parent a178414 commit ce7831a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymysqlreplication/binlogstream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ def fetchone(self):
417417
self._stream_connection.close()
418418
self.__connected_stream = False
419419
continue
420+
raise
420421

421422
if pkt.is_eof_packet():
422423
self.close()

0 commit comments

Comments
 (0)