Forum Discussion

Hardy's avatar
Hardy
Occasional Contributor
8 years ago

Why except block won't executed when an error occurs within try block?

I am testing window application, and use try...except...finally to catch errors during run script test. But now it won't execute except block when an error occurs within try block, please refer to at...