Fixed convention related issues reported by SonarQube.

This commit is contained in:
Aditya Toshniwal
2020-07-09 18:55:33 +05:30
committed by Akshay Joshi
parent 2cefa9afca
commit 357a9179b1
20 changed files with 73 additions and 73 deletions

View File

@@ -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