mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed convention related issues reported by SonarQube.
This commit is contained in:
committed by
Akshay Joshi
parent
2cefa9afca
commit
357a9179b1
@@ -173,7 +173,7 @@ if not fs_encoding or fs_encoding == 'ascii':
|
||||
fs_encoding = 'utf-8'
|
||||
|
||||
|
||||
def u(_s, _encoding=sys_encoding):
|
||||
def u_encode(_s, _encoding=sys_encoding):
|
||||
return _s
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user