Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and cecille committed Jan 27, 2025
1 parent 74d8ffd commit 3e7e20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spec_xml/generate_spec_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def scrape_all(scraper, spec_root, output_dir, dry_run, include_in_progress):
# Look for these specifically.
# For 1.5 onward, we should separate these.
if "Label-Cluster" in filename or "bridge-clusters" in filename:
continue
continue
adoc = os.path.basename(filename).replace('.xml', '.adoc')
if adoc not in cluster_files:
print(f'Removing {adoc} as it was not in the generated spec document')
Expand Down

0 comments on commit 3e7e20e

Please sign in to comment.