aigeano / pympler

Automatically exported from code.google.com/p/pympler
Apache License 2.0
0 stars 0 forks source link

pychok suppresses all output #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in r235.

Original comment by lhae...@gmail.com on 22 Nov 2009 at 12:38