We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632c419 commit cc7ca20Copy full SHA for cc7ca20
1 file changed
hawkular/alerts.py
@@ -58,7 +58,7 @@ def __init__(self, dictionary=dict()):
58
udict = FullTrigger.transform_dict_to_underscore(dictionary)
59
self.trigger = Trigger(udict.get('trigger'))
60
self.dampenings = Dampening.list_to_object_list(udict.get('dampenings'))
61
- self.conditions = Dampening.list_to_object_list(udict.get('conditions'))
+ self.conditions = Condition.list_to_object_list(udict.get('conditions'))
62
63
64
class GroupMemberInfo(ApiOject):
0 commit comments