Dan Zemke added the comment:
Sorry. I just figured that out. Thank you!
On Fri, 7/3/15, R. David Murray wrote:
Subject: [issue24562] ntpath splitdrive fails on line 161: tuple has no
attribute 'replace'
To: ze...@yahoo.com
Date: Frid
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
New submission from Dan Zemke:
Traceback was:
File "\drzblobio.py", line 70, in load full_read_path =
os.path.join(read_path, fname)
File "C:\Python34\lib\ntpath.py", line 110, in join
p_drive, p_path = splitdrive(p)
File "C:\Python34\lib\ntpath.py", line 161, in splitdrive
normp