Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0f4742

Browse files
committed
Fix silly mistake in debugging code
1 parent 3077ab8 commit f0f4742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_reprlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def _check_path_limitations(self, module_name):
249249
self.skipTest("test paths too long (%d characters) for Windows' 260 character limit"
250250
% cached_path_len)
251251
elif os.name == 'nt' and verbose:
252-
print("len(cached_path_len) =", len(cached_path_len))
252+
print("cached_path_len =", cached_path_len)
253253

254254
def test_module(self):
255255
self._check_path_limitations(self.pkgname)

0 commit comments

Comments
 (0)