Can't edit project files after opening them throw the python console
Hi, some problems with clicking on python console in pycharm 2019.03.
If I have a python error, and clicking on the file name, this project related file opens in a new tab and edit for it is not available.
I had never encountered this behavior for files from a project before.



Please sign in to leave a comment.
Hi,
Is it reproducible in another project? Ideally, located outside of the Dropbox folder.
This happens because I have symlinked dir ~/develop to ~/Dropbox/develop
I opened project like ~/develop/project_name, but in some reason python tell about error in ~/Dropbox/develop/project_name/file_name.py, not ~/develop/project_name/file_name.py
I don't sure, that it is expected behavior.