From 5f2c9f63e3c318ee333ddbc4fbc22cfda760f299 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Wed, 7 Dec 2016 21:44:16 +0200 Subject: Properly paint the "completed" action green --- local/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/utility.py b/local/utility.py index e84ea28..1ae47a0 100644 --- a/local/utility.py +++ b/local/utility.py @@ -91,7 +91,7 @@ def maxLen(msg, maxn=400, splitLines=True): def colorAction(action): """Give an action string (e.g. created, edited) and get a nice IRC colouring""" if action in [ "created", "opened", "tagged", "success", "passed", "fixed", - "published" ]: + "published", "completed" ]: return ircutils.bold(ircutils.mircColor(action, "green")) if action in [ "deleted" ,"closed", "re-tagged", "deleted tag", "failed", "errored", "failure", "still failing", -- cgit v1.2.3