diff --git a/scripts/reupload_databases.py b/scripts/reupload_databases.py index f0bde8961..43b63b983 100644 --- a/scripts/reupload_databases.py +++ b/scripts/reupload_databases.py @@ -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)