Skip to content

Commit 2dc1abf

Browse files
authored
Update compat.py
Remove Korean comments from compat.py to fix Python 2.7 SyntaxError
1 parent 36b1763 commit 2dc1abf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

supervisor/compat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def as_string(s, encoding='utf8'):
5757
if isinstance(s, str):
5858
return s
5959
else:
60-
# 인입된 bytes에서 깨진 부분은 '�'로 표시하고 나머지 부분은 계속 decode 진행
6160
return s.decode(encoding, errors='replace')
6261

6362
def is_text_stream(stream):

0 commit comments

Comments
 (0)