I'm using ubuntu 16.04, and lately i've been getting the following error in PyCharm:
PyCharm was unable to save some project files,
are you sure you want to close this project anyway?
Read-only files:
/home/adiel/PycharmProjects/spark-test/.idea/workspace.xml
When using ls -la on the specified .idea folder i get:
drwxrwxr-x 2 adiel adiel 4096 .idea
I've tried using chmod 777 on the folder, but it remains the same.
Any Ideas?
Thanks