Skip to content

Commit

Permalink
Update add_extra_index_info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRuzavin authored Dec 17, 2024
1 parent 932e0d3 commit f6e0939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/add_extra_index_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def add(indexed_item_source, gh_token, es_index):
else:
download_database('https://github.com/MikroElektronika/core_packages/blob/main/necto_db.db?raw=true', db_path)

doc_extra_info = {}
if 'category' in indexed_item_source:
# Get extra info for boards
if indexed_item_source['category'] == 'Board Package':
Expand Down

0 comments on commit f6e0939

Please sign in to comment.