mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
fix small typo
This commit is contained in:
parent
d79dc6216c
commit
88d9498e6b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue