small amend (typo)

This commit is contained in:
Sergey G. Brester 2019-04-04 02:53:18 +02:00 committed by GitHub
parent ced9828d04
commit c09ac8ebed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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