Skip to content

Commit

Permalink
Update reupload_databases.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic authored Dec 24, 2024
1 parent 01e8b2a commit 37bd1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/reupload_databases.py
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ async def main(

## Step 11 add microchip info to programmers table
custom_link = 'https://packs.download.microchip.com/index.idx'
if not mcus_only and 'Test' == index:
if not mcus_only:
# Download the index file
xml_content = MCHP.download_index_file(custom_link)
converted_data, item_list_unused = MCHP.convert_idx_to_json(xml_content)
Expand Down

0 comments on commit 37bd1f0

Please sign in to comment.