[issue24562] ntpath splitdrive fails on line 161: tuple has no attribute 'replace'

R. David Murray report at bugs.python.org
Fri Jul 3 22:39:22 CEST 2015


R. David Murray added the comment:

This error is raised because you called os.path.join incorrectly (with a tuple as one of the arguments).

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type: crash -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24562>
_______________________________________


More information about the Python-bugs-list mailing list