|
Hello, I have recently started using pythonSoftIOC. Is there a way to display Python error msgs once cheers |
Answered by
coretl
Jun 21, 2022
Replies: 1 comment 8 replies
|
I don't think I understand this question. What error messages are you missing? All |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a failing of the example code. We put some exception handling in the dispatcher, so if an function passed to
on_updatefails we get the traceback printed, but we don't do anything with the long runningupdatefunction in the example. We can make use of the same exception handling by scheduling it with the dispatcher:This now prints