I work on a project that implement woob (https://gitlab.com/woob/woob) which is a python project. I use my own source of the woob libs, see the pip list and my project have the same venv than the woob project:
woob 3.6 C:UsersmougePycharmProjectswoob
My issue is that, on some file of the project, the modification I do (like modifying a print statement) don’t reflect when I run my main program. I tought it could be linked to pyc files, but the issue remained even after cleaning pycache..
I’m out of ideas, can someone help me understand where the issue comes from?
BR