intellij-community
intellij-community copied to clipboard
PY-41471: Verify that the plugin whitelist file exists before reading it
Spent a bit too long using git bisect to find, this, probably should have just searched for the file in the code and found the bug. Anyway this file is not created anywhere in community builds, and i assume you didn't catch it due to already having the file on your system. This PR just checks that the file exists before trying to read it.
I have tested ant build with a linux target in the python directory and it worked.
Hello! Have you submitted a contributor license agreement? If not, please follow the steps described at http://www.jetbrains.com/agreements/cla/ to sign it.
Yep, i signed it electronically before submitting the pull request.