LPExcuseBugs: Don't try to interpolate a string when we didn't want one

master
Iain Lane 4 years ago
parent 356d9ceee4
commit 858c47ea26
No known key found for this signature in database
GPG Key ID: E352D5C51C5041D4

@ -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…
Cancel
Save