Allow to skip the `regex` value in filters

This commit is contained in:
Salvador E. Tropea 2022-04-28 14:06:46 -03:00
parent 1bfdf99bb3
commit 81aebbb50a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class FilterOptions(Optionable):
""" Error number we want to exclude. KiCad 5 only """
self.error_number = None
""" {number} """
self.regex = 'None'
self.regex = ''
""" Regular expression to match the text for the error we want to exclude """
self.regexp = None
""" {regex} """