Dan Zemke added the comment: Sorry. I just figured that out. Thank you! -------------------------------------------- On Fri, 7/3/15, R. David Murray <[email protected]> wrote:
Subject: [issue24562] ntpath splitdrive fails on line 161: tuple has no attribute 'replace' To: [email protected] Date: Friday, July 3, 2015, 4:39 PM 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 <[email protected]> <http://bugs.python.org/issue24562> _______________________________________ ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue24562> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
