fix board_exclusion lookup

This commit is contained in:
sommersoft 2019-07-27 11:01:10 -05:00
parent cebdadd0f6
commit 143275db04
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ def support_matrix_by_board():
if base_with_exclusions[module]["excluded"]:
for port in base_with_exclusions[module]["excluded"].values():
#print(port)
if board_name in port:
if entry.name in port:
board_has_module = False
if board_has_module: