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

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

From
Akshay Joshi
Date:
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(-)