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 10, 2024
1 parent 7d9fd33 commit bc588c5
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 bc588c5

Please sign in to comment.