How to clear errors from Command Output?

Komodo Edit 9
Python 2.7.9

I’m having an issue using Python and the %(python) “%F” command to run my code.

If I try to run the code with any syntax errors, the code will not run. (Obviously)

The problem is that Komodo Edit will continue to display that syntax error in the Command Output pane, even after the errors have been corrected. My code will not be able to run even though it is error free. For the code to work properly again I have to save and exit. After loading it up again, runs perfectly.

Is there some way to work around this?

Thanks much,
DV

Could you provide a sample test case on which we can reproduce your issue? I am not able to have a previous commands output persist in the Command Output pane after running a new command.