PearsonEducation / Alarmageddon

Full-stack monitoring and alerting Python library.
Other
15 stars 10 forks source link

Missing __repr__ for some classes #5

Closed scotthellman closed 9 years ago

scotthellman commented 9 years ago

As we're now relying on repr to uniquely identify objects across runs (to determine incident ids for pagerduty), we need to have custom repr methods for our classes.

scotthellman commented 9 years ago

Fixed in 0597d6a358cf029b6594ae07e720f76153d66d5b and 959a460ec4f76982772d54979e57543f1b2a683e.