From 42e9796c04417f2578c65bde7920ff88a64989f2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 12 Mar 2011 04:31:28 +0000 Subject: builder reports MSVC was setting stack size to 2gig. --- 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 c4c2da3f185..3872d169a9a 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 release/test/pep8.py > pep8_error.txt 2>&1 +# python source/tests/pep8.py > pep8_error.txt 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