On 03/15/2015 11:18 AM, Dan Smith wrote:
I'll include a proper fix for this in my forthcoming patch.
Thanks. Also, I was just writing a batch file to make running all the tests (including pep8) easier for windows users and realized that this:
python tools\cpep8.py
Still seems to ignore the blacklist and runs on everything (spewing messages all over the console).
So Jim, getting pip and pep8 installed is good, but there's still work to be done to make that work properly for you as well. In the meantime, I'll check things here when committing and fix them up for you.
The workaround for this issue is to specify only the file(s) that you want to have checked on the command line. For example, this should check only the top-level CLI and GUI modules:
python tools\cpep8.py chirpc chirpw