pgAdmin 4 commit: Fixed code smell 'variable shadows a builtin' reporte - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed code smell 'variable shadows a builtin' reporte
Date
Msg-id E1k0NBy-0003NN-0B@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Make the runtime configuration dialog non-modal. Fixe
Next
From: Akshay Joshi
Date:
Subject: Re: Runtime refactoring