excuse.py: Add "is-candidate" to the excuse

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2013-12-11 20:25:53 +01:00
parent b0d876093a
commit f05145c3f7

View File

@ -227,5 +227,6 @@ class Excuse(object):
excusedata["reason"] = []
else:
excusedata["reason"] = self.reason.keys()
excusedata["is-candidate"] = self.is_valid
return excusedata