pgAdmin 4 commit: Fixed code smells having rule 'Nested blocks of code

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed code smells having rule 'Nested blocks of code
Date: 2020-06-26 08:11:52
Message-ID: E1jojSi-0005gR-8N@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-26 08:13:31 Re: [pgAdmin4][Patch] - SonarQube Issues - 5 (Rule Boolean checks should not be inverted, Comma operator should not be used)
Previous Message Nikhil Mohite 2020-06-26 07:29:22 Support schema level restrictions and edit connection properties when already connected.