[Bf-blender-cvs] SVN commit: /data/svn/repos/bf-blender [61753] trunk/lib/tests/cycles/ctests/render_all.py: Cycles tests: Fix typo in render script

Sergey Sharybin sergey.vfx at gmail.com
Thu Dec 1 13:54:43 CET 2016


Revision: 61753
          https://developer.blender.org/rBL61753
Author:   sergey
Date:     2016-12-01 13:54:42 +0100 (Thu, 01 Dec 2016)
Log Message:
-----------
Cycles tests: Fix typo in render script

Modified Paths:
--------------
    trunk/lib/tests/cycles/ctests/render_all.py

Modified: trunk/lib/tests/cycles/ctests/render_all.py
===================================================================
--- trunk/lib/tests/cycles/ctests/render_all.py	2016-11-20 14:47:19 UTC (rev 61752)
+++ trunk/lib/tests/cycles/ctests/render_all.py	2016-12-01 12:54:42 UTC (rev 61753)
@@ -50,7 +50,7 @@
     for root, dirs, files in os.walk(path):
         for f in files:
             if not f.endswith('.blend'):
-                break
+                continue
             filepath = os.path.join(root, f)
             render_file(filepath)
 




More information about the Bf-blender-cvs mailing list