浏览代码

Bugfixes

main
Ben Kurtovic 2 年前
父节点
当前提交
ef722258a3
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      tasks/synonym_authorities.py

+ 3
- 3
tasks/synonym_authorities.py 查看文件

@@ -35,11 +35,11 @@ from earwigbot.tasks import Task

class SynonymAuthorities(Task):
"""
Correct synonym authorities in taxon articles created by Qbugbot.
Correct mismatched synonym authorities in taxon articles created by Qbugbot.
"""
name = 'synonym_authorities'
summary = (
'Fix {changes} misordered synonym authorities '
'Fix {changes} mismatched synonym authorities per ITIS '
'([[Wikipedia:Bots/Requests for approval/EarwigBot 21|more info]])'
)

@@ -338,7 +338,7 @@ class SynonymAuthorities(Task):
raise RuntimeError('Shutoff enabled')
if not page.check_exclusion():
self.logger.warning(f'[[{page.title}]]: Bot excluded from editing')
return
continue

page.edit(
edit['content'],


正在加载...
取消
保存