We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea1727 commit 03651dfCopy full SHA for 03651df
1 file changed
bugzilla/rhbugzilla.py
@@ -49,6 +49,9 @@ def __init__(self, **kwargs):
49
if "rhbz_back_compat" in kwargs:
50
self.rhbz_back_compat = bool(kwargs.pop("rhbz_back_compat"))
51
52
+ if self.rhbz_back_compat:
53
+ log.warn("rhbz_back_compat will be removed in a future release.")
54
+
55
_parent.__init__(self, **kwargs)
56
57
def _add_both_alias(newname, origname):
0 commit comments