Forum Discussion
melanieKno
3 years agoOccasional Contributor
I didn't ask for analysis of my code ;-), but anyway: the code is working as expected, when objects are available there's no issue. And even without parenthesis the log looks the same:
When I doubleclick on the last line of the log it points to this line:
There's no issue with the Create button, it's found without problems.
So again my question: How can I handle this use-case (not knowing if objects are available or not while executing the code) when try-except does not catch the exception as expected?