We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b1763 commit 2dc1abfCopy full SHA for 2dc1abf
1 file changed
supervisor/compat.py
@@ -57,7 +57,6 @@ def as_string(s, encoding='utf8'):
57
if isinstance(s, str):
58
return s
59
else:
60
- # 인입된 bytes에서 깨진 부분은 '�'로 표시하고 나머지 부분은 계속 decode 진행
61
return s.decode(encoding, errors='replace')
62
63
def is_text_stream(stream):
0 commit comments