mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
fix(server): SimpleFileLikeFromLogOutputFunc added encoding for stdout
This commit is contained in:
@ -38,6 +38,10 @@ class SimpleFileLikeFromLogOutputFunc:
|
|||||||
self._log_func(lines)
|
self._log_func(lines)
|
||||||
self._buffer = [remaining]
|
self._buffer = [remaining]
|
||||||
|
|
||||||
|
@property
|
||||||
|
def encoding(self):
|
||||||
|
return "utf-8"
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user