Closed
Description
The double slash path is causing problems, see pytest-dev/pytest#2135 for details.
This issue can be fixed by changing strpath = strpath + sep + arg
to strpath = strpath.rstrip(sep) + sep + arg
in py.path.local.join()
Metadata
Metadata
Assignees
Labels
No labels