Show More
@@ -226,9 +226,9 class match(object): | |||||
226 | return False |
|
226 | return False | |
227 | if (self._includeroots and |
|
227 | if (self._includeroots and | |
228 | dir not in self._includeroots and |
|
228 | dir not in self._includeroots and | |
229 |
dir not in self._includedirs |
|
229 | dir not in self._includedirs and | |
230 |
|
|
230 | not any(parent in self._includeroots | |
231 |
|
|
231 | for parent in util.finddirs(dir))): | |
232 |
|
|
232 | return False | |
233 | return (not self._fileroots or |
|
233 | return (not self._fileroots or | |
234 | '.' in self._fileroots or |
|
234 | '.' in self._fileroots or |
General Comments 0
You need to be logged in to leave comments.
Login now