Replies: 1 comment 2 replies
-
We've just released Flet 0.19.0 with some improvements in this area.
with open("out.log", "r") as f:
log = f.read() You can use
import sys
sys.exit(100) All other exit codes will terminate (close) the program without displaying a log. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
what Best way to display logs in app?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions