Procházet zdrojové kódy

Fix another bug.

tags/v0.1^2
Ben Kurtovic před 12 roky
rodič
revize
1de7efe06e
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      earwigbot/tasks/drn_clerkbot.py

+ 2
- 1
earwigbot/tasks/drn_clerkbot.py Zobrazit soubor

@@ -633,8 +633,9 @@ class DRNClerkBot(Task):
except exceptions.PageNotFoundError:
text = ""
if notice.too_late and notice.too_late in text:
log = u"Skipping [[{0}]]; was already notified with '{1}'"
log = u"Skipped [[{0}]]; was already notified with '{1}'"
self.logger.info(log.format(page.title, template))
continue
text += ("\n" if text else "") + template
try:
page.edit(text, self.notify_summary, minor=False, bot=True)


Načítá se…
Zrušit
Uložit