pgAdmin 4 commit: Fixed code smell 'variable shadows a builtin' reporte

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 smell 'variable shadows a builtin' reporte
Date: 2020-07-28 10:50:42
Message-ID: E1k0NBy-0003NN-0B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smell 'variable shadows a builtin' reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a0893fe43bb86dd8ab4a3b0730ec2c342a5a2810
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
pkg/mac/dmg-license.py | 7 +-
.../servers/databases/schemas/types/__init__.py | 8 +-
web/pgadmin/misc/bgprocess/processes.py | 8 +-
web/pgadmin/misc/file_manager/__init__.py | 122 ++++++++++-----------
web/regression/python_test_utils/test_utils.py | 3 +-
5 files changed, 74 insertions(+), 74 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-28 10:52:30 Re: Runtime refactoring
Previous Message Akshay Joshi 2020-07-28 10:50:41 pgAdmin 4 commit: Make the runtime configuration dialog non-modal. Fixe