[Bf-blender-cvs] [3bc885e5f46] master: Cleanup: style

Campbell Barton noreply at git.blender.org
Mon Oct 8 22:58:08 CEST 2018


Commit: 3bc885e5f46ba103ed25f7e1c3bd897157ef768e
Author: Campbell Barton
Date:   Tue Oct 9 07:58:06 2018 +1100
Branches: master
https://developer.blender.org/rB3bc885e5f46ba103ed25f7e1c3bd897157ef768e

Cleanup: style

===================================================================

M	tests/python/modules/render_report.py

===================================================================

diff --git a/tests/python/modules/render_report.py b/tests/python/modules/render_report.py
index e59454a6920..ed46abb4b63 100755
--- a/tests/python/modules/render_report.py
+++ b/tests/python/modules/render_report.py
@@ -324,7 +324,7 @@ class Report:
         testname = test_get_name(filepath)
         print_message(testname, 'SUCCESS', 'RUN')
         time_start = time.time()
-        tmp_filepath = os.path.join(self.output_dir, "tmp_"+testname)
+        tmp_filepath = os.path.join(self.output_dir, "tmp_" + testname)
 
         error = render_cb(filepath, tmp_filepath)
         status = "FAIL"



More information about the Bf-blender-cvs mailing list