mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix silly mistake in debugging code
This commit is contained in:
parent
3077ab8237
commit
f0f4742b49
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue