Skip to content

Commit 8366b5c

Browse files
committed
better name
1 parent 67dd413 commit 8366b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_board_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def generate_download_info():
301301
board_files = os.listdir(board_path.path)
302302
board_id = board_path.name
303303
board_info = board_mapping[board_id]
304-
modules = support_matrix.get(board_id, "[]")
304+
board_modules = support_matrix.get(board_id, "[]")
305305

306306
for alias in [board_id] + board_info["aliases"]:
307307
alias_info = board_mapping[alias]
@@ -312,7 +312,7 @@ def generate_download_info():
312312
new_version = {
313313
"stable": new_stable,
314314
"version": new_tag,
315-
"modules": modules,
315+
"modules": board_modules,
316316
"languages": languages,
317317
"extensions": board_info["extensions"],
318318
}

0 commit comments

Comments
 (0)