mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-05 08:50:39 +01:00
contrib/bzutil: add show blocker flag in short output
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
9d55787907
commit
fb9b95b570
1 changed files with 1 additions and 0 deletions
|
|
@ -455,6 +455,7 @@ class BzInfoRhbz(BzInfo):
|
|||
('pm_ack', 'p'),
|
||||
('devel_ack', 'd'),
|
||||
('qa_ack', 'q'),
|
||||
('blocker', 'b'),
|
||||
]:
|
||||
val = d.get(k[0], None)
|
||||
if val is not None:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue