Skip to content

Commit

Permalink
do not print html
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jul 23, 2024
1 parent 2d0d2bb commit ca9435e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/webview/solara-pywebview-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def fail_guard():
window.destroy()
print("failed")
if html:
print("html", html)
with open("test-results/pywebview-failed.html", "w") as f:
f.write(html)
else:
Expand Down

0 comments on commit ca9435e

Please sign in to comment.