[CLI] Fixed the -w option

- Missing member in simple filter

Related to #296
This commit is contained in:
Salvador E. Tropea 2022-09-21 08:21:53 -03:00
parent fb0275912e
commit 7238539a29
1 changed files with 1 additions and 0 deletions

View File

@ -267,6 +267,7 @@ class SimpleFilter(object):
def __init__(self, num):
self.number = num
self.regex = re.compile('')
self.error = ''
def apply_warning_filter(args):