Commit ce0c9c2d authored by Antoine Pitrou's avatar Antoine Pitrou

Fix silly mistake in debugging code

parent 024839fd
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment