Don't return a blank string, that breaks my own code, lmao

This commit is contained in:
Firepup Sixfifty 2023-11-14 16:20:49 -06:00
parent 11b967ac0a
commit 3065a94f8b
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -48,4 +48,4 @@ class bytes(bbytes):
try:
return cls.decode(cls, errors = "ignore") # type: ignore
except TypeError:
return ""
return "nul"