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>2013-11-28 09:14:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-11-28 09:14:32 +0400
commit6dded46a484fdee85e294e425779f829f103f4b3 (patch)
tree56c04b2212025f5e2e1eb92b20b05a690acb5ed5 /source/tests
parent75ca7b85b5fb8d822ac8ea21f2d408d6ba3328f6 (diff)
error in last commit
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/bl_rna_wiki_reference.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/tests/bl_rna_wiki_reference.py b/source/tests/bl_rna_wiki_reference.py
index 634c4772cb7..c394107d8d1 100644
--- a/source/tests/bl_rna_wiki_reference.py
+++ b/source/tests/bl_rna_wiki_reference.py
@@ -108,7 +108,8 @@ def test_urls():
print("")
color_red = '\033[0;31m'
- color_green = '\033[1;32m' color_normal = '\033[0m'
+ color_green = '\033[1;32m'
+ color_normal = '\033[0m'
urls_fail = []
@@ -124,7 +125,7 @@ def test_urls():
urls_fail.append(url)
if urls_fail:
- urls_len = "%d" % len(urls)
+ urls_len = "%d" % len(urls_fail)
print("")
print("------------" + "-" * len(urls_len))
print("Failed URLS %s" % urls_len)