mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
small amend (typo)
This commit is contained in:
parent
ced9828d04
commit
c09ac8ebed
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ def testSampleRegexsFactory(name, basedir):
|
|||
commonOpts = faildata
|
||||
continue
|
||||
# filterOptions - dict in JSON to control filter options (e. g. mode, etc.):
|
||||
if jsonREMatch.group(1) in 'filterOptions':
|
||||
if jsonREMatch.group(1) == 'filterOptions':
|
||||
# following lines with another filter options:
|
||||
self._filterTests = []
|
||||
ignoreBlock = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue