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.
- {wmill-1.519.0 → wmill-1.519.1}/PKG-INFO +1 -1
- {wmill-1.519.0 → wmill-1.519.1}/pyproject.toml +1 -1
- {wmill-1.519.0 → wmill-1.519.1}/wmill/client.py +1 -2
- {wmill-1.519.0 → wmill-1.519.1}/README.md +0 -0
- {wmill-1.519.0 → wmill-1.519.1}/wmill/__init__.py +0 -0
- {wmill-1.519.0 → wmill-1.519.1}/wmill/py.typed +0 -0
- {wmill-1.519.0 → wmill-1.519.1}/wmill/s3_reader.py +0 -0
- {wmill-1.519.0 → wmill-1.519.1}/wmill/s3_types.py +0 -0
|
@@ -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(
|
|
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
|