Hi
I have the following python project structure:
data/helper.py main.py
main.py is using helper.py (don't know if this important)
How to reproduce:
1) Open both files in geany 2) Run main.py (F5) 3) click to helper.py and run it (F5) 4) click to main.py and try to run it (F5) (this run will fail, and also copy of main.py will appear in "data" directory)