Cleanup: style

This commit is contained in:
Campbell Barton 2018-10-09 07:58:06 +11:00
parent da39f10eb7
commit 3bc885e5f4

@ -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"