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 21:21:15 +01:00
parent 1ab07cb054
commit 93af0aac7a

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