Closed mjallday closed 10 years ago
Example output from balanced-quality job:
+ tee pylint.out Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named pylint.lint + find balanced_service -name '*.py' + xargs pep8 --ignore=E711 + tee pep8.out xargs: pep8: No such file or directory
Fixed by #55
Example output from balanced-quality job: