The exception is still thrown on App when define pass in except #3283
-
Execute ctrl + o shortcuts Actual.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
willmcgugan
Sep 12, 2023
Replies: 1 comment 1 reply
-
I'm assuming that is coming from the Look in to subprocesses, which will allow you to run a process and capture its output. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Tim-Cao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm assuming that is coming from the
os.system
call, which is writing to standard output. The exception will be occurring in a different process, and the Textual code will never see it.Look in to subprocesses, which will allow you to run a process and capture its output.