Show More
@@ -60,7 +60,7 b' def _expandedabspath(path):' | |||||
60 | expandedpath = urlutil.urllocalpath(util.expandpath(path)) |
|
60 | expandedpath = urlutil.urllocalpath(util.expandpath(path)) | |
61 | u = urlutil.url(expandedpath) |
|
61 | u = urlutil.url(expandedpath) | |
62 | if not u.scheme: |
|
62 | if not u.scheme: | |
63 |
path = util.normpath( |
|
63 | path = util.normpath(util.abspath(u.path)) | |
64 | return path |
|
64 | return path | |
65 |
|
65 | |||
66 |
|
66 |
General Comments 0
You need to be logged in to leave comments.
Login now