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
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-10-08 23:58:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-08 23:58:06 +0300
commit3bc885e5f46ba103ed25f7e1c3bd897157ef768e (patch)
treeb85257142bb11f56745f257470a4aa5da244ccf0 /tests
parentda39f10eb75cd6b8d14525c1c50463e6e76bda81 (diff)
Cleanup: style
Diffstat (limited to 'tests')
-rwxr-xr-xtests/python/modules/render_report.py2
1 files changed, 1 insertions, 1 deletions
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"