fix board_exclusion lookup
This commit is contained in:
parent
cebdadd0f6
commit
143275db04
|
@ -233,7 +233,7 @@ def support_matrix_by_board():
|
||||||
if base_with_exclusions[module]["excluded"]:
|
if base_with_exclusions[module]["excluded"]:
|
||||||
for port in base_with_exclusions[module]["excluded"].values():
|
for port in base_with_exclusions[module]["excluded"].values():
|
||||||
#print(port)
|
#print(port)
|
||||||
if board_name in port:
|
if entry.name in port:
|
||||||
board_has_module = False
|
board_has_module = False
|
||||||
|
|
||||||
if board_has_module:
|
if board_has_module:
|
||||||
|
|
Loading…
Reference in New Issue