clear Script Errors command?

Is there a Python equivalent to the Clear Script Errors right click on menu command? I can’t seem to find one.

I have a node that is doing calling a function in an op using a extension before the extension is initialized on start up giving me an error…

thanks
Keith

Want to send us the test case so we can fix it?
Sounds like wrong behaviour for TD.

Can you get by with a try/except pair?

Right. That’s a good idea with a try/except.

I’m still using a script initialize all extensions on start up because at one point one of the build’s wasn’t doing it so this may have something to do with it. I’m going to disable that script this morning and the re-open to the file to see if the re-init works by default. Maybe it will resolve the issue if not I’ll send you guy the file if you want to take a look.

thanks
Keith