JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

Improve interpreter path detection behavior #85

Open merlynmg opened 8 years ago

merlynmg commented 8 years ago

Moved path check inside filter, instead of after the filter. This fixes #84.