Skip to content

Commit

Permalink
Fixed indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Oct 9, 2020
1 parent 154ac9b commit fe13d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kibom/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ def isFitted(self):
# Options that start with '-' are explicitly removed from certain configurations
if opt.startswith("-") and opt[1:] in self.prefs.pcbConfig:
return False
# Include components that match +VARIANT
exclusive = False
for opt in opts:
# Include components that match +VARIANT
exclusive = False
for opt in opts:
# Options that start with '+' are fitted only for certain configurations
if opt.startswith("+"):
exclusive = True
Expand Down

0 comments on commit fe13d6d

Please sign in to comment.