-
Hello, I have recently started using pythonSoftIOC. Is there a way to display Python error msgs once cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
I don't think I understand this question. What error messages are you missing? All |
Beta Was this translation helpful? Give feedback.
This is a failing of the example code. We put some exception handling in the dispatcher, so if an function passed to
on_update
fails we get the traceback printed, but we don't do anything with the long runningupdate
function in the example. We can make use of the same exception handling by scheduling it with the dispatcher:This now prints