mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed some issues reported by SonarQube.
This commit is contained in:
committed by
Akshay Joshi
parent
f5cc1d1c7e
commit
24dc7f4a91
@@ -608,7 +608,7 @@ class Filemanager(object):
|
||||
created = time.ctime(os.path.getctime(system_path))
|
||||
modified = time.ctime(os.path.getmtime(system_path))
|
||||
file_extension = str(splitext(system_path))
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
continue
|
||||
|
||||
# set protected to 1 if no write or read permission
|
||||
|
Reference in New Issue
Block a user