Skip to content

Commit 366c7d1

Browse files
committed
fix reconnect error handling in EventHistory postgrespro#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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy