--- ValBot/Python/check_interwiki_links.py 2025/08/15 20:55:01 1196 +++ ValBot/Python/check_interwiki_links.py 2025/08/29 03:52:17 1197 @@ -81,7 +81,6 @@ def find_section(the_link, print_result) if found_section == False: possibly_print(the_link.page_name) pywikibot.stdout(' ERROR: Could not find section "{0}" on {1} page "{2}".'.format(anchor_name, the_link.iw_prefix, target_page_name_human)) - # TODO: Check that page name has been corrected to redirected page if there was a redirect errors_issued = errors_issued + 1 elif print_result == True: pywikibot.stdout(' The section "{0}" was found on {1} page "{2}".'.format(anchor_name, the_link.iw_prefix, target_page_name_human))