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>2009-12-14 23:56:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-14 23:56:19 +0300
commite7b4d36fd6a57fb88fdca861dc251a6a8bdf6355 (patch)
treeb2b3338c312c61da07bc4ff7a6ebaef2ca54b718 /release/test/pep8.py
parent639dd6d25ec07535c8b856d527ffcc75c9a7b6d2 (diff)
* new metarig type for the durian dragon leg (original rig by Cessen)
* option to roll the delta of the arm rig. * fix to copy metarig type * renamed EditBone.align() --> EditBone.align_roll() * Added EditBone.align_orientation(other) * Added bone.vector: same as (bone.tail - bone.head)
Diffstat (limited to 'release/test/pep8.py')
-rw-r--r--release/test/pep8.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/test/pep8.py b/release/test/pep8.py
index 0c0c013ad84..68d09c2ee76 100644
--- a/release/test/pep8.py
+++ b/release/test/pep8.py
@@ -29,9 +29,9 @@ import os
# sudo pip install pep8
#
# in debian install pylint pyflakes pep8 with apt-get/aptitude/etc
-#
+#
# on *nix run
-# python release/test/pep8.py > tmp.err 2>&1
+# python release/test/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
@@ -67,7 +67,7 @@ def main():
if pep8_type:
# so we can batch them for each tool.
- files.append((f, pep8_type))
+ files.append((os.path.abspath(f), pep8_type))
else:
if not [None for prefix in SKIP_PREFIX if f.startswith(prefix)]:
files_skip.append(f)