Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79dc62 commit 88d9498Copy full SHA for 88d9498
1 file changed
Lib/test/test_threadedtempfile.py
@@ -63,7 +63,7 @@ def test_main(self):
63
t.join()
64
ok += t.ok_count
65
if t.error_count:
66
- errors.append(str(t.get_name()) + str(t.errors.getvalue()))
+ errors.append(str(t.name) + str(t.errors.getvalue()))
67
68
threading_cleanup(*thread_info)
69
0 commit comments