mirror of https://github.com/python/cpython
fix small typo
This commit is contained in:
parent
d79dc6216c
commit
88d9498e6b
|
@ -63,7 +63,7 @@ class ThreadedTempFileTest(unittest.TestCase):
|
||||||
t.join()
|
t.join()
|
||||||
ok += t.ok_count
|
ok += t.ok_count
|
||||||
if t.error_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)
|
threading_cleanup(*thread_info)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue