Skip to content

Commit

Permalink
[DOCs][Filters][Added] error value example
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 9, 2024
1 parent a146828 commit e72d3a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kibot/pre_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def __init__(self):
super().__init__()
self.add_to_doc('error', 'A name for KiCad 6 or a number for KiCad 5, but always a string')
self.add_to_doc('number', 'KiCad 5 only')
self._error_example = 'lib_symbol_issues'


class FiltersOptions(Optionable):
Expand Down

0 comments on commit e72d3a3

Please sign in to comment.