Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita492959

Browse files
committed
fix reconnect error handling in EventHistory#2
1 parent351cd65 commita492959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests2/lib/bank_client.py

Lines changed: 1 addition & 1 deletion
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
exceptpsycopg2.Errorase:
140140
self.history.register_finish(event_id,e.pgerror)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp