Vlad Fisher

Results 2 comments of Vlad Fisher

I'm experiencing the same issue. Here's the problem as I understand it: Let's say I have `project/settings/components/module_one.py` which contains ```python my_path = Path(__file__).parent ``` And I also have `project/settings/components/module_two.py` with...