Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 366c7d1

Browse files
committed
fix reconnect error handling in EventHistory #2
1 parent baa4d90 commit 366c7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/tests2/lib/bank_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def exec_tx(self, name, tx_block):
138138
self.history.register_finish(event_id, 'ReConnect')
139139
continue
140140

141-
tx_block(conn, cur)
141+
tx_block(conn, cur)
142142
self.history.register_finish(event_id, 'Commit')
143143
except psycopg2.Error as e:
144144
self.history.register_finish(event_id, e.pgerror)

0 commit comments

Comments
 (0)