From 3bc885e5f46ba103ed25f7e1c3bd897157ef768e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 9 Oct 2018 07:58:06 +1100 Subject: [PATCH] Cleanup: style --- tests/python/modules/render_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"