Changeset 1186 for ValBot


Ignore:
Timestamp:
Nov 20, 2023, 3:18:07 AM (12 months ago)
Author:
iritscen
Message:

ValBot: Forgot to update one variable name in check_intrawiki_section_links.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ValBot/Python/check_intrawiki_section_links.py

    r1185 r1186  
    8787   if found_section == False:
    8888      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))
    9090      errors_issued += 1
    9191   elif debug and print_result:
Note: See TracChangeset for help on using the changeset viewer.