Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88d9498

Browse files
committed
fix small typo
1 parent d79dc62 commit 88d9498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_threadedtempfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_main(self):
6363
t.join()
6464
ok += t.ok_count
6565
if t.error_count:
66-
errors.append(str(t.get_name()) + str(t.errors.getvalue()))
66+
errors.append(str(t.name) + str(t.errors.getvalue()))
6767

6868
threading_cleanup(*thread_info)
6969

0 commit comments

Comments
 (0)