Skip to content

Commit 9e0fac5

Browse files
committed
rhbugzilla: Fix pylint
1 parent 9752524 commit 9e0fac5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

bugzilla/rhbugzilla.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,17 @@ def get_alias():
116116
#
117117
# The API should provide {"set": [...]}
118118
# https://bugzilla.redhat.com/show_bug.cgi?id=1173114
119-
if "alias" in kwargs:
120-
raise RuntimeError("modify 'alias' not supported for "
121-
"RHBZ")
119+
#
120+
# Implementation will go here when it's available
121+
pass
122122

123123
pop("fixed_in", "cf_fixed_in")
124124
pop("qa_whiteboard", "cf_qa_whiteboard")
125125
pop("devel_whiteboard", "cf_devel_whiteboard")
126126
pop("internal_whiteboard", "cf_internal_whiteboard")
127127

128128
get_sub_component()
129+
get_alias()
129130

130131
vals = _parent.build_update(self, **kwargs)
131132
vals.update(adddict)

0 commit comments

Comments
 (0)