That was supposed to return a string, lmao
This commit is contained in:
parent
729111e9b4
commit
76697b4a50
1 changed files with 1 additions and 1 deletions
|
@ -48,4 +48,4 @@ class bytes(bbytes):
|
||||||
try:
|
try:
|
||||||
return cls.decode(cls, errors = "ignore") # type: ignore
|
return cls.decode(cls, errors = "ignore") # type: ignore
|
||||||
except TypeError:
|
except TypeError:
|
||||||
return bytes(b'')
|
return ""
|
||||||
|
|
Loading…
Reference in a new issue