wmill 1.519.0__tar.gz → 1.519.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of wmill might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wmill
3
- Version: 1.519.0
3
+ Version: 1.519.1
4
4
  Summary: A client library for accessing Windmill server wrapping the Windmill client API
5
5
  Home-page: https://windmill.dev
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "wmill"
3
- version = "1.519.0"
3
+ version = "1.519.1"
4
4
  description = "A client library for accessing Windmill server wrapping the Windmill client API"
5
5
  license = "Apache-2.0"
6
6
  homepage = "https://windmill.dev"
@@ -1531,8 +1531,7 @@ def append_to_result_stream(text: str) -> None:
1531
1531
  Args:
1532
1532
  text: text to append to the result stream
1533
1533
  """
1534
- print(f"WM_STREAM: {text.replace(chr(10), '\\n')}")
1535
-
1534
+ print("WM_STREAM: {}".format(text.replace(chr(10), '\\n')))
1536
1535
 
1537
1536
  def stream_result(stream) -> None:
1538
1537
  """Stream to the result stream.
File without changes
File without changes
File without changes
File without changes
File without changes