Show More
@@ -339,6 +339,8 b' class vfs(abstractvfs):' | |||
|
339 | 339 | |
|
340 | 340 | def _auditpath(self, path, mode): |
|
341 | 341 | if self._audit: |
|
342 | if os.path.isabs(path) and path.startswith(self.base): | |
|
343 | path = os.path.relpath(path, self.base) | |
|
342 | 344 | r = util.checkosfilename(path) |
|
343 | 345 | if r: |
|
344 | 346 | raise error.Abort("%s: %r" % (r, path)) |
General Comments 0
You need to be logged in to leave comments.
Login now