issue-diff: drop # from bug id in output for easy of copy/paste.
This commit is contained in:
parent
89961e770d
commit
a444ed2dba
@ -358,7 +358,7 @@ def main(args):
|
|||||||
yaml.safe_dump(db, outfile, default_flow_style=False, default_style="'")
|
yaml.safe_dump(db, outfile, default_flow_style=False, default_style="'")
|
||||||
|
|
||||||
if notified > 0:
|
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:
|
else:
|
||||||
print('{}: {} whitelisted'.format(package, whitelisted))
|
print('{}: {} whitelisted'.format(package, whitelisted))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user