瀏覽代碼

Fix.

tags/v0.1^2
Ben Kurtovic 12 年之前
父節點
當前提交
15c8ceca61
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      earwigbot/tasks/drn_clerkbot.py

+ 1
- 1
earwigbot/tasks/drn_clerkbot.py 查看文件

@@ -489,7 +489,7 @@ class DRNClerkBot(Task):
notices.append(notice)

case.parties_notified = True
log = u" {0}: will try to notify {1} parties with '{3}'"
log = u" {0}: will try to notify {1} parties with '{2}'"
self.logger.debug(log.format(case.id, len(notices), template))
return notices



Loading…
取消
儲存