mgmonteleone / python-atlasapi

python package for MongoDB Atlas Cloud provider
Apache License 2.0
21 stars 22 forks source link

Undeclared variable "results" in _get_measurement_for_host() #174

Closed ajdavis closed 1 year ago

ajdavis commented 1 year ago

Introduced in d207ad7a40db8d98b7cfacd08c0d94ab98fec603. If the the API returns a document with no "measurements" key, the error handler will catch an exception and throw another exception because it references the undeclared "results" variable here.