pgAdmin 4 commit: Correctly handle "values" in web/pgadmin/__init__.py

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Correctly handle "values" in web/pgadmin/__init__.py
Date: 2018-08-16 08:24:01
Message-ID: E1fqDZZ-0004Ku-PD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Correctly handle "values" in web/pgadmin/__init__.py -> strip_version_number which can be None in some cases and will cause exception when None

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ff87cf554414717b2978d95e02d2e7aedab3463c
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-08-16 08:24:06 Re: [pgAdmin4][patch] Correct handling of URL param values when striping version number
Previous Message Dave Page 2018-08-16 08:15:11 Re: [pgAdmin4][RM2927] Move all CSS into SCSS files for consistency and ease of colour maintenance etc.