byte-physics / igortest

Igor Pro Universal Testing Framework
https://docs.byte-physics.de/igor-unit-testing-framework/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Autorun: Cleanup previous stored home path #459

Closed Garados007 closed 1 year ago

Garados007 commented 1 year ago

The previous stored home path is unlikely the current home path of the experiment if the experiment is loaded into Igor. The autorun feature relyes on the correct home path to determine if an autorun should be executed or not.

This has been fixed in such a way that the AfterFileOpenHook will always clear the previous stored home path before checking the autorun configuration.

Close: #457