소스 검색

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'],


불러오는 중...
취소
저장