Commit f1cdad5d authored by Benjamin Peterson's avatar Benjamin Peterson

fix small typo

parent 37f001f4
......@@ -63,7 +63,7 @@ class ThreadedTempFileTest(unittest.TestCase):
t.join()
ok += t.ok_count
if t.error_count:
errors.append(str(t.get_name()) + str(t.errors.getvalue()))
errors.append(str(t.name) + str(t.errors.getvalue()))
threading_cleanup(*thread_info)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment