pgAdmin 4 commit: Replace the generic exception class with a more speci - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Replace the generic exception class with a more speci
Date
Msg-id E1k3wT9-0006Ap-Ko@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Replace the generic exception class with a more specific one.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6400bbcae1cddba5f77a7c39b3b2876b7c9a1db
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgAdmin4.py                                               |  5 +++--
web/pgadmin/__init__.py                                       |  3 ++-
web/pgadmin/browser/server_groups/servers/types.py            |  3 ++-
web/pgadmin/feature_tests/file_manager_test.py                |  8 ++++----
web/pgadmin/feature_tests/query_tool_auto_complete_tests.py   |  4 ++--
web/pgadmin/feature_tests/xss_checks_pgadmin_debugger_test.py |  2 +-
web/pgadmin/misc/__init__.py                                  |  1 +
web/pgadmin/misc/bgprocess/processes.py                       |  4 ++--
web/pgadmin/misc/file_manager/__init__.py                     |  3 ++-
web/pgadmin/tools/sqleditor/command.py                        | 11 ++++++-----
.../tools/sqleditor/utils/is_query_resultset_updatable.py     |  3 ++-
web/pgadmin/tools/user_management/__init__.py                 |  5 +++--
web/pgadmin/utils/driver/psycopg2/__init__.py                 |  5 +++--
web/pgadmin/utils/driver/psycopg2/server_manager.py           |  8 +++++---
web/pgadmin/utils/paths.py                                    |  5 +++--
web/regression/feature_utils/app_starter.py                   |  4 ++--
web/regression/feature_utils/pgadmin_page.py                  |  4 ++--
web/regression/runtests.py                                    |  2 +-
18 files changed, 46 insertions(+), 34 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM5713]:Incorrect DROP SQL for Catalog and Foreign Server
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][SonarQube] Replace the generic exception class with a more specific one