mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix an intermittent error seen during result polling. Fixes #2470
This commit is contained in:
parent
b149fe371e
commit
678b891ff7
@ -1234,7 +1234,7 @@ Failed to reset the connection to the server due to following error:
|
|||||||
if not cur:
|
if not cur:
|
||||||
return False, gettext(
|
return False, gettext(
|
||||||
"Cursor could not be found for the async connection."
|
"Cursor could not be found for the async connection."
|
||||||
), None
|
)
|
||||||
|
|
||||||
current_app.logger.log(
|
current_app.logger.log(
|
||||||
25,
|
25,
|
||||||
|
Loading…
Reference in New Issue
Block a user