Changeset 1186
- Timestamp:
- Nov 20, 2023, 3:18:07 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ValBot/Python/check_intrawiki_section_links.py
r1185 r1186 87 87 if found_section == False: 88 88 possibly_print(page_name) 89 pywikibot.stdout(' ERROR: Could not find section "{0}" on page {1}!'.format(anchor_name, pre_section))89 pywikibot.stdout(' ERROR: Could not find section "{0}" on page {1}!'.format(anchor_name, target_page_name_human)) 90 90 errors_issued += 1 91 91 elif debug and print_result:
Note:
See TracChangeset
for help on using the changeset viewer.