intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

PY-41471: Verify that the plugin whitelist file exists before reading it

Open morguldir opened this issue 5 years ago • 2 comments

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.

morguldir avatar May 04 '20 20:05 morguldir

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.

ybedrov avatar May 07 '20 09:05 ybedrov

Yep, i signed it electronically before submitting the pull request.

morguldir avatar May 07 '20 23:05 morguldir