[next] Updated polyscript to use PyScript custom stderr when running code (#1629)

This commit is contained in:
Andrea Giammarchi
2023-08-09 19:30:18 +02:00
committed by GitHub
parent 84dcde188b
commit 8a1db288fc
4 changed files with 18 additions and 20 deletions

View File

@@ -115,8 +115,6 @@ def _format_mime(obj):
def _write(element, value, append=False):
global _pyscript_id
html, mime_type = _format_mime(value)
if html == "\\n":
return