mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-09 08:41:34 +00:00
switch force info to detailed excuse info
This commit is contained in:
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…
x
Reference in New Issue
Block a user