bh / atom-python-isort

Atom.io plugin to sort Python imports
https://atom.io/packages/python-isort
MIT License
19 stars 10 forks source link

Tries to sort files which aren't python files and raises errors #2

Closed fxdgear closed 10 years ago

fxdgear commented 10 years ago

When editing my settings(cmd-,), isort tries to sort the imports and fails.

bh commented 10 years ago

You mean that my plugin tries to sort the imports when the graphical settings editor is open?

fxdgear commented 10 years ago

@bh yes:

https://files.app.net/2g3pvAsSl.png

bh commented 10 years ago

Does 31844ef fix this issue? Thank you!