From 678b891ff76fea6f2c287d1eb3bc84ff242c61b4 Mon Sep 17 00:00:00 2001 From: Murtuza Zabuawala Date: Thu, 8 Jun 2017 12:34:14 +0100 Subject: [PATCH] Fix an intermittent error seen during result polling. Fixes #2470 --- web/pgadmin/utils/driver/psycopg2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/utils/driver/psycopg2/__init__.py b/web/pgadmin/utils/driver/psycopg2/__init__.py index 502cee4cc..1331b26ae 100644 --- a/web/pgadmin/utils/driver/psycopg2/__init__.py +++ b/web/pgadmin/utils/driver/psycopg2/__init__.py @@ -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,