diff --git a/excuse.py b/excuse.py index 0171926..87f5538 100644 --- a/excuse.py +++ b/excuse.py @@ -220,7 +220,7 @@ class Excuse(object): excusedata["new-bugs"] = sorted(self.newbugs) excusedata["old-bugs"] = sorted(self.oldbugs) if self.forced: - excusedata["forced-reason"] = self.reason.keys() + excusedata["forced-reason"] = list(self.reason.keys()) excusedata["reason"] = [] else: excusedata["reason"] = list(self.reason.keys())