Show More
@@ -917,7 +917,7 b' class opener(object):' | |||||
917 | def __call__(self, path, mode="r", text=False, atomictemp=False): |
|
917 | def __call__(self, path, mode="r", text=False, atomictemp=False): | |
918 | r = checkosfilename(path) |
|
918 | r = checkosfilename(path) | |
919 | if r: |
|
919 | if r: | |
920 |
raise Abort("%s: % |
|
920 | raise Abort("%s: %r" % (r, path)) | |
921 | self.auditor(path) |
|
921 | self.auditor(path) | |
922 | f = os.path.join(self.base, path) |
|
922 | f = os.path.join(self.base, path) | |
923 |
|
923 |
General Comments 0
You need to be logged in to leave comments.
Login now