Show More
@@ -85,6 +85,7 b' class pathauditor(object):' | |||||
85 | '''Check the relative path. |
|
85 | '''Check the relative path. | |
86 | path may contain a pattern (e.g. foodir/**.txt)''' |
|
86 | path may contain a pattern (e.g. foodir/**.txt)''' | |
87 |
|
87 | |||
|
88 | path = util.localpath(path) | |||
88 | normpath = self.normcase(path) |
|
89 | normpath = self.normcase(path) | |
89 | if normpath in self.audited: |
|
90 | if normpath in self.audited: | |
90 | return |
|
91 | return |
General Comments 0
You need to be logged in to leave comments.
Login now