[CLI] Fixed the -w option
- Missing member in simple filter Related to #296
This commit is contained in:
parent
fb0275912e
commit
7238539a29
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue