Comment 1 for bug 1337051

Revision history for this message
Martin Paulo (martin-paulo) wrote :

alarm-show exhibits similar behavior.
The method _display_alarm(alarm) does a 'if alarm.time_constraints:' I've worked around it in a quick and dirty way by changing it to "if hasattr(alarm, 'time_constraints') and alarm.time_constraints:'