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)
 

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to