pgAdmin 4 commit: Fixed typo in exception keyword. Fixes #5539

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed typo in exception keyword. Fixes #5539
Date: 2020-05-28 12:42:21
Message-ID: E1jeHrZ-0002wF-AZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed typo in exception keyword. Fixes #5539

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=09b76b306c64e7ec81236974454087bd1a387b02
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_23.rst | 3 ++-
web/pgadmin/utils/preferences.py | 14 +++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-28 12:45:50 Re: [pgAdmin4][Patch] - RM 5539 - /usr/share/pgadmin4/web/pgadmin/utils/preferences.py contains 7 references to current_app.logger.exeception(e) and 1 to current_app.logger.exception(e)
Previous Message Akshay Joshi 2020-05-28 12:08:07 Re: [pgAdmin][RM5521] pgAdmin dump servers issue in desktop mode