If "./run.py --pychecker" is executed and an error/warning is emitted by
pychecker, pychok does not output the respective message. This used to work
in the past (with an older revision of run.py or pychok.py).
For example, add a surplus "import inspect" to pympler/process (or
somewhere else). Instead of printing "Imported module (inspect) not used",
only the following is emitted:
$ ./run.py --pychecker pympler/process.py
Running pychecker (32-bit Python 2.5.2)
=======================================
Checking pympler/process.py ...
Running '/usr/bin/python /home/ludwig/Projects/pympler/tools/pychok.py ...'
failed with exit status 65
Original issue reported on code.google.com by lhae...@gmail.com on 10 Feb 2009 at 10:29
Original issue reported on code.google.com by
lhae...@gmail.com
on 10 Feb 2009 at 10:29