ggordan / GutterColor

A Sublime Text 3 plugin which displays a colour in the gutter if the line contains a colour.
MIT License
486 stars 44 forks source link

fix windows convert.exe and PEP8 linter #82

Closed rexdf closed 8 years ago

rexdf commented 9 years ago

Windows has a builtin convert.exe in "C:\\Windows\\System32\\convert.exe". It's a util to convert disk from FAT32 to NTFS etc. We should avoid to call it.

PEP8 linter

jbrooksuk commented 9 years ago

@rexdf if you're running line.py against PEP8, then every other Python file should be too.

rexdf commented 9 years ago

Could I make a pull request with all run against PEP8? Or just patch Win convert?

jbrooksuk commented 9 years ago

Yeah, maybe do both separately if it's easier?