]> granicus.if.org Git - python/commitdiff
fix small typo
authorBenjamin Peterson <benjamin@python.org>
Fri, 5 Sep 2008 00:43:33 +0000 (00:43 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 5 Sep 2008 00:43:33 +0000 (00:43 +0000)
Lib/test/test_threadedtempfile.py

index 73834673846b1b8171c591f29286b3d1df35ccaf..6d84e7eef3bf4aad11241568780735b0dbfc3284 100644 (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)