pgAdmin 4 commit: Fixed code smells having rule 'Nested blocks of code - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed code smells having rule 'Nested blocks of code
Date
Msg-id E1jojSi-0005gR-8N@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed code smells having rule 'Nested blocks of code should not be left empty'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c7a16a4bd58d2dfb0257e5433031a2138c588e39
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
tools/update_selenoid_browsers.py                  |  3 +--
.../servers/databases/schemas/tables/utils.py      |  3 ---
web/pgadmin/misc/themes/__init__.py                |  4 +---
web/pgadmin/tools/backup/__init__.py               | 27 +++++++++++-----------
web/pgadmin/tools/import_export/__init__.py        |  2 +-
web/pgadmin/tools/schema_diff/directory_compare.py |  2 +-
web/pgadmin/utils/csv.py                           | 16 +++++--------
web/pgadmin/utils/session.py                       |  2 +-
web/regression/feature_utils/base_feature_test.py  |  4 +---
9 files changed, 25 insertions(+), 38 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Support schema level restrictions and edit connection properties whenalready connected.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - SonarQube Issues - 5 (Rule Boolean checksshould not be inverted, Comma operator should not be used)