Why are files now going into the /temp directories?

Answered

When I'm working on this python project, suddenly all my work is going a temp directory.

On the right you can see where the python file was opened from. It wouldn't be so bad except that I keep having to add a configuration to it every time. This is something new, I was working on this a few months back and didn't run into this issue, so I'm not sure what has changed.

When I work on Ruby projects, they are fine, just seems to be python projects.

Any ideas?

0
2 comments

Make sure IDE has permissions to write into these folders, see http://osxdaily.com/2018/10/09/fix-operation-not-permitted-terminal-error-macos/ .

See if disabling http://i.imgur.com/wzNHcXX.png option helps.

1

Serge! Thanks!!! It was that 'safe write' I don't recall ever enabling that. It must have happened during one of the recent updates.

0

Please sign in to leave a comment.