pgAdmin 4 commit: Fixed convention related issues reported by SonarQube - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed convention related issues reported by SonarQube
Date
Msg-id E1jtWaR-0000bm-Uh@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed convention related issues reported by SonarQube.

Branch
------
master

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

Modified Files
--------------
web/pgAdmin4.py                                    |  4 +--
web/pgadmin/dashboard/__init__.py                  |  8 ++---
web/pgadmin/misc/bgprocess/processes.py            | 14 ++++----
web/pgadmin/misc/file_manager/__init__.py          |  2 +-
web/pgadmin/setup/db_upgrade.py                    |  4 +--
web/pgadmin/tools/schema_diff/__init__.py          |  4 +--
web/pgadmin/tools/sqleditor/__init__.py            |  4 +--
web/pgadmin/tools/sqleditor/command.py             |  2 +-
.../sqleditor/utils/query_tool_preferences.py      |  2 +-
web/pgadmin/utils/__init__.py                      |  2 +-
web/pgadmin/utils/driver/abstract.py               |  2 +-
web/pgadmin/utils/driver/psycopg2/__init__.py      | 40 +++++++++++-----------
web/pgadmin/utils/driver/psycopg2/connection.py    |  6 ++--
web/pgadmin/utils/driver/psycopg2/cursor.py        |  4 +--
web/pgadmin/utils/driver/psycopg2/encoding.py      |  4 +--
web/pgadmin/utils/driver/psycopg2/keywords.py      |  6 ++--
web/pgadmin/utils/driver/psycopg2/typecast.py      |  6 ++--
web/pgadmin/utils/javascript/javascript_bundler.py | 12 +++----
web/pgadmin/utils/menu.py                          | 16 ++++-----
web/pgadmin/utils/tests/test_encoding.py           |  4 +--
20 files changed, 73 insertions(+), 73 deletions(-)


pgadmin-hackers by date:

Previous
From: Yogesh Mahajan
Date:
Subject: [pgAdmin4][Patch] - SonarQube Issues - 10 (Variables should not be shadowed)
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5633]:Create RLS Policy option enabled for catalog objects