Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored Jun 13, 2024
1 parent bd083d4 commit 15a52d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/spec_xml/generate_spec_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ def main(scraper, spec_root, output_dir, dry_run, include_in_progress):
# Clusters need to be scraped first because the cluster directory is passed to the device type directory
if not output_dir:
output_dir = DEFAULT_OUTPUT_DIR_TOT if include_in_progress else DEFAULT_OUTPUT_DIR_1_3
# scrape_clusters(scraper, spec_root, output_dir, dry_run, include_in_progress)
# scrape_device_types(scraper, spec_root, output_dir, dry_run, include_in_progress)
scrape_clusters(scraper, spec_root, output_dir, dry_run, include_in_progress)
scrape_device_types(scraper, spec_root, output_dir, dry_run, include_in_progress)
if not dry_run:
# dump_versions(scraper, spec_root, output_dir)
dump_versions(scraper, spec_root, output_dir)
dump_cluster_ids(output_dir)


Expand Down

0 comments on commit 15a52d1

Please sign in to comment.