mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 14:07:29 +00:00
excuse: Use verdict name rather than object in excuses.yaml
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
9ca5f7e24e
commit
67c784f796
@ -245,7 +245,7 @@ class Excuse(object):
|
||||
excusedata["excuses"] = self._text()
|
||||
excusedata["item-name"] = self.name
|
||||
excusedata["source"] = source
|
||||
excusedata["migration-policy-verdict"] = self._policy_verdict
|
||||
excusedata["migration-policy-verdict"] = self._policy_verdict.name
|
||||
excusedata["old-version"] = self.ver[0]
|
||||
excusedata["new-version"] = self.ver[1]
|
||||
if self.maint:
|
||||
|
Loading…
x
Reference in New Issue
Block a user