]> granicus.if.org Git - python/commitdiff
Fix silly mistake in debugging code
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 22 Jun 2012 22:49:44 +0000 (00:49 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 22 Jun 2012 22:49:44 +0000 (00:49 +0200)
Lib/test/test_reprlib.py

index 86ea40e24c5bcd4259f06c265c45f9b3480f09d5..aca1d5b4a12932c428533c35fbb7b4923325e47f 100644 (file)
@@ -249,7 +249,7 @@ class LongReprTest(unittest.TestCase):
             self.skipTest("test paths too long (%d characters) for Windows' 260 character limit"
                           % cached_path_len)
         elif os.name == 'nt' and verbose:
-            print("len(cached_path_len) =", len(cached_path_len))
+            print("cached_path_len =", cached_path_len)
 
     def test_module(self):
         self._check_path_limitations(self.pkgname)