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

REL-1_X
Murtuza Zabuawala 2017-06-08 12:34:14 +01:00 committed by Dave Page
parent b149fe371e
commit 678b891ff7
1 changed files with 1 additions and 1 deletions

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,