enterprise architect - Python: Stop script execution without closing the program -


i wrote addin enterprise architect, , working on erfror-handling. when error found using sys.exit() function stop script, after that, error enterprise architect raised saying: "exception while attempting comunicate addin". guess must has fact sys.exit() closes python , not abort script execution. want pop errors. ideas how overcome this? in advance :)


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -