mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
fix: fix python-client f formatting error
This commit is contained in:
@@ -1531,8 +1531,7 @@ def append_to_result_stream(text: str) -> None:
|
||||
Args:
|
||||
text: text to append to the result stream
|
||||
"""
|
||||
print(f"WM_STREAM: {text.replace(chr(10), '\\n')}")
|
||||
|
||||
print("WM_STREAM: {}".format(text.replace(chr(10), '\\n')))
|
||||
|
||||
def stream_result(stream) -> None:
|
||||
"""Stream to the result stream.
|
||||
|
||||
Reference in New Issue
Block a user