Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-03-12 07:31:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-12 07:31:28 +0300
commit42e9796c04417f2578c65bde7920ff88a64989f2 (patch)
treebcd643f2556a76b1f5ecf2988868b84da5b20742 /source/tests/pep8.py
parentbbf6603961b656b3520acbab012683257683896e (diff)
builder reports MSVC was setting stack size to 2gig.
Diffstat (limited to 'source/tests/pep8.py')
-rw-r--r--source/tests/pep8.py2
1 files changed, 1 insertions, 1 deletions
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