Updated code quality binary operator warning changes in helper_msgcoding.py
This commit is contained in:
parent
ef01b56291
commit
b993446160
|
@ -103,8 +103,8 @@ class MsgDecode(object):
|
|||
while len(tmp) <= BMConfigParser().safeGetInt("zlib", "maxsize"):
|
||||
try:
|
||||
got = dc.decompress(
|
||||
data, BMConfigParser().safeGetInt("zlib", "maxsize") +
|
||||
1 - len(tmp))
|
||||
data, BMConfigParser().safeGetInt("zlib", "maxsize")
|
||||
+ 1 - len(tmp))
|
||||
# EOF
|
||||
if got == "":
|
||||
break
|
||||
|
|
Reference in New Issue
Block a user