Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Apr 8, 2011
1 parent 5b1460f commit a0d0f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/ec2/cloudwatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def put_metric_alarm(self, alarm):
'MetricName' : alarm.metric,
'Namespace' : alarm.namespace,
'Statistic' : alarm.statistic,
'ComparisonOperator' : MetricAlarm._cmp_map[alarm.comparison],
'ComparisonOperator' : alarm.comparison,
'Threshold' : alarm.threshold,
'EvaluationPeriods' : alarm.evaluation_periods,
'Period' : alarm.period,
Expand Down

0 comments on commit a0d0f25

Please sign in to comment.