RaiMan/SikuliX1

IDE: NameError after editing script

sengsational opened this issue · 0 comments

SikuliXIDE 2.0.5, Windows

Scenario: After calling GetStatementA... from GetStatements using "import GetStatementA...", then GetStatementA... fails.

Open GetStatementA... in the IDE. Close and re-open GetStatementA... to get the thumbnails to show.

Now block out code that ran earlier with [ """ ]

After save and run, the "NameError" occurs.
NameError

Closing the IDE and re-opening the IDE allows the execution to work as expected.

Closing and re-opening the file does not improve the situation.