| # | Line 86 | Line 86 | def find_section(page_text, page_name, p | |
|---|---|---|
| 86 | break | |
| 87 | if found_section == False: | |
| 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 | errors_issued += 1 | |
| 91 | elif debug and print_result: | |
| 92 | pywikibot.stdout(' The section "{0}" was found on page "{1}".'.format(anchor_name, target_page_name_human)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |