04-30-2026 03:28 AM
Hi All,
When creating a step which uses the python adapter, it seems a local copy of the python script is made.
This can be proven in the following way:
- Create a python script with this code:
Solved! Go to Solution.
04-30-2026 03:52 AM
Okay, found the answer, but I will leave it here as a reference:
The problem wasn't that TestStand keeps some local copy of the python file, it was that the python interpreter keeps it cached.
This can be avoided by reloading it on each execution. To do this, go to Configure-> Adapters. Select Python. Configure. And then check the box 'Reload modified modules before execution'