public inbox for [email protected]
help / color / mirror / Atom feedFrom: Murtuza Zabuawala <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: PATCH: To fix the issue where user gets error following application server restart (pgAdmin4)
Date: Mon, 19 Sep 2016 17:18:43 +0530
Message-ID: <CAKKotZQp4O+WEty2QycH7NACqrcpYLjBzp=ST6UFr68evHmDhA@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-hackers>
Hi,
PFA patch to fix the issue where user gets error following application
server restart.
RM#1707
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Attachments:
[application/octet-stream] RM_1707.patch (531B, 3-RM_1707.patch)
download | inline diff:
diff --git a/web/pgadmin/utils/driver/psycopg2/__init__.py b/web/pgadmin/utils/driver/psycopg2/__init__.py
index 95aa95c..1f7773b 100644
--- a/web/pgadmin/utils/driver/psycopg2/__init__.py
+++ b/web/pgadmin/utils/driver/psycopg2/__init__.py
@@ -1735,7 +1735,7 @@ class Driver(BaseDriver):
for sess in self.managers:
sess_mgr = self.managers[sess]
- if sess == session['_id']:
+ if sess == session.get('_id'):
sess_mgr['pinged'] = curr_time
continue
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: PATCH: To fix the issue where user gets error following application server restart (pgAdmin4)
In-Reply-To: <CAKKotZQp4O+WEty2QycH7NACqrcpYLjBzp=ST6UFr68evHmDhA@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox