Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb2331 commit 0b350c6Copy full SHA for 0b350c6
1 file changed
Lib/test/test_posixpath.py
@@ -69,7 +69,7 @@ def check_error_msg(list_of_args, msg):
69
"Can't mix strings and bytes in path components.")
70
# regression, see #15377
71
with self.assertRaises(TypeError) as cm:
72
- os.path.join(None, 'str')
+ posixpath.join(None, 'str')
73
self.assertNotEqual("Can't mix strings and bytes in path components.",
74
cm.exception.args[0])
75
0 commit comments