Quellcode durchsuchen

Fix.

tags/v0.1^2
Ben Kurtovic vor 12 Jahren
Ursprung
Commit
15c8ceca61
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      earwigbot/tasks/drn_clerkbot.py

+ 1
- 1
earwigbot/tasks/drn_clerkbot.py Datei anzeigen

@@ -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



Laden…
Abbrechen
Speichern