Skip to content

Commit a492959

Browse files
committed
fix reconnect error handling in EventHistory #2
1 parent 351cd65 commit a492959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests2/lib/bank_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def exec_tx(self, name, tx_block):
134134
self.history.register_finish(event_id, 'ReConnect')
135135
continue
136136

137-
tx_block(conn, cur)
137+
tx_block(conn, cur)
138138
self.history.register_finish(event_id, 'Commit')
139139
except psycopg2.Error as e:
140140
self.history.register_finish(event_id, e.pgerror)

0 commit comments

Comments
 (0)