Fix an intermittent error seen during result polling. Fixes #2470
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