switch force info to detailed excuse info

ubuntu/rebased
Ivo De Decker 5 years ago
parent 409deee905
commit 4b40b11b07

@ -514,7 +514,7 @@ class ExcuseFinder(object):
# force() updates the final verdict for us # force() updates the final verdict for us
changed_state = excuse.force() changed_state = excuse.force()
if changed_state: if changed_state:
excuse.addhtml("Should ignore, but forced by %s" % (forces[0].user)) excuse.addinfo("Should ignore, but forced by %s" % (forces[0].user))
self.excuses[excuse.name] = excuse self.excuses[excuse.name] = excuse
return excuse.is_valid return excuse.is_valid

Loading…
Cancel
Save