issue-diff: drop # from bug id in output for easy of copy/paste.

This commit is contained in:
Jimmy Berry 2017-05-29 12:19:34 +02:00
parent 89961e770d
commit a444ed2dba

View File

@ -358,7 +358,7 @@ def main(args):
yaml.safe_dump(db, outfile, default_flow_style=False, default_style="'")
if notified > 0:
print('{}: {} notified in bug #{}, {} whitelisted'.format(package, notified, bug_id, whitelisted))
print('{}: {} notified in bug {}, {} whitelisted'.format(package, notified, bug_id, whitelisted))
else:
print('{}: {} whitelisted'.format(package, whitelisted))