Show More
@@ -199,6 +199,7 b' class abstractvfs(object):' | |||||
199 | checkambig=True only in limited cases (see also issue5418 and |
|
199 | checkambig=True only in limited cases (see also issue5418 and | |
200 | issue5584 for detail). |
|
200 | issue5584 for detail). | |
201 | """ |
|
201 | """ | |
|
202 | self._auditpath(dst, 'w') | |||
202 | srcpath = self.join(src) |
|
203 | srcpath = self.join(src) | |
203 | dstpath = self.join(dst) |
|
204 | dstpath = self.join(dst) | |
204 | oldstat = checkambig and util.filestat.frompath(dstpath) |
|
205 | oldstat = checkambig and util.filestat.frompath(dstpath) |
General Comments 0
You need to be logged in to leave comments.
Login now