Fix an intermittent error seen during result polling. Fixes #2470

This commit is contained in:
Murtuza Zabuawala 2017-06-08 12:34:14 +01:00 committed by Dave Page
parent b149fe371e
commit 678b891ff7

View File

@ -1234,7 +1234,7 @@ Failed to reset the connection to the server due to following error:
if not cur:
return False, gettext(
"Cursor could not be found for the async connection."
), None
)
current_app.logger.log(
25,