| 81 |
|
if found_section == False: |
| 82 |
|
possibly_print(the_link.page_name) |
| 83 |
|
pywikibot.stdout(' ERROR: Could not find section "{0}" on {1} page "{2}".'.format(anchor_name, the_link.iw_prefix, target_page_name_human)) |
| 84 |
– |
# TODO: Check that page name has been corrected to redirected page if there was a redirect |
| 84 |
|
errors_issued = errors_issued + 1 |
| 85 |
|
elif print_result == True: |
| 86 |
|
pywikibot.stdout(' The section "{0}" was found on {1} page "{2}".'.format(anchor_name, the_link.iw_prefix, target_page_name_human)) |