pgAdmin 4 commit: Added NoneType exception handling in settings & serve - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Added NoneType exception handling in settings & serve
Date
Msg-id E1ZxHh9-0003Pq-Tc@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added NoneType exception handling in settings & server modules while returning json response.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=52b86b6fb47140dacdbf14116b509e8397cc2068
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/__init__.py |    7 ++++++-
web/pgadmin/settings/__init__.py                      |   15 +++++++++++++--
2 files changed, 19 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Update requirements files.
Next
From: Dave Page
Date:
Subject: Re: Patch: Fixes for Python3 [ pgAdmin4 ]