fix small typo

This commit is contained in:
Benjamin Peterson 2008-09-05 00:43:33 +00:00
parent d79dc6216c
commit 88d9498e6b
1 changed files with 1 additions and 1 deletions

View File

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