We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb6c14 commit 99c82d1Copy full SHA for 99c82d1
Doc/tools/check-html-ids.py
@@ -61,7 +61,7 @@ def gather_ids(htmldir, *, verbose_print):
61
for relative_path, future in tasks.items():
62
verbose_print(relative_path)
63
ids = future.result()
64
- ids_by_page[str(relative_path)] = future.result()
+ ids_by_page[str(relative_path)] = ids
65
verbose_print(f' - {len(ids)} ids found')
66
67
common = set.intersection(*ids_by_page.values())
0 commit comments