Fix typo in grid plugin
This commit is contained in:
parent
5ed2f2df78
commit
2cfaae1993
@ -54,7 +54,7 @@ def is_excluded(what):
|
||||
for skip in OPTIONS['exclude']:
|
||||
skip = skip.lower()
|
||||
what = what.lower()
|
||||
if skip in what or skip.replace(':', ':') in what:
|
||||
if skip in what or skip.replace(':', '') in what:
|
||||
return True
|
||||
return False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user