Commit 7d1f6c34 authored by Denis Bilenko's avatar Denis Bilenko

xtest_pep8.py: slightly better output

parent 0340b23c
...@@ -2,6 +2,7 @@ import sys ...@@ -2,6 +2,7 @@ import sys
import os import os
sys.stderr.write('pep8 --version: ')
if os.system('pep8 --version'): if os.system('pep8 --version'):
sys.exit('ERROR: pep8 script not found') sys.exit('ERROR: pep8 script not found')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment