From 28594bc742e6a1cab95659283394cfee487822c9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 10 Apr 2011 10:45:56 +0000 Subject: minor pep8 edits, also added 'test_pep8' & 'test_cmake' to the GNUmakefile for convenience. --- source/tests/pep8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tests/pep8.py') diff --git a/source/tests/pep8.py b/source/tests/pep8.py index 67ef12261d0..f7c416553b2 100644 --- a/source/tests/pep8.py +++ b/source/tests/pep8.py @@ -31,7 +31,7 @@ import os # in debian install pylint pyflakes pep8 with apt-get/aptitude/etc # # on *nix run -# python source/tests/pep8.py > pep8_error.txt 2>&1 +# python source/tests/pep8.py > test_pep8.log 2>&1 # how many lines to read into the file, pep8 comment # should be directly after the licence header, ~20 in most cases -- cgit v1.2.3