Hanno Böck commited on 2019-12-08 17:16:52
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -181,7 +181,7 @@ for fdir in args: |
181 | 181 |
if ((item['extra_match'] |
182 | 182 |
and item['extra_match'] not in filestr) |
183 | 183 |
or (item['extra_nomatch'] |
184 |
- and item['extra_nomatch'] not in filestr) |
|
184 |
+ and item['extra_nomatch'] in filestr) |
|
185 | 185 |
or (item['path_match'] |
186 | 186 |
and not root.endswith(item['path_match']))): |
187 | 187 |
continue |
188 | 188 |