Skip to content

Commit 8549ab1

Browse files
committed
[Check Fields][Fixed] Comment
1 parent 9869bf1 commit 8549ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kibot/pre_check_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def run(self):
129129
for c in comps:
130130
checked_fields = {'reference', 'value', 'footprint', 'datasheet', 'description', 'part'}
131131
for check in self.check_fields:
132-
# If this check has a an exclude filter and the component is excluded: skip
132+
# Skip it if this check has an exclude filter and the component is excluded
133133
if check.exclude_filter and check.exclude_filter.filter(c):
134134
continue
135135
field = check.field.lower()

0 commit comments

Comments
 (0)