mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 20:31:12 +00:00
LPExcuseBugs: Don't try to interpolate a string when we didn't want one
This commit is contained in:
parent
356d9ceee4
commit
858c47ea26
@ -733,7 +733,7 @@ class LPExcuseBugsPolicy(BasePolicy):
|
||||
except ValueError:
|
||||
self.log("ExcuseBugs, unable to parse \"%s\"" % line, type='E')
|
||||
except FileNotFoundError:
|
||||
self.log("ExcuseBugs, data file not found, no bugs will be recorded" % filename)
|
||||
self.log("ExcuseBugs, data file not found, no bugs will be recorded")
|
||||
|
||||
def apply_policy_impl(self, excuse_bugs_info, suite, source_name, source_data_tdist, source_data_srcdist, excuse):
|
||||
excuse_bug = self.excuse_bugs[source_name]
|
||||
|
Loading…
x
Reference in New Issue
Block a user