Skip to content

"Value is none." logged unnecessarily #173

@ajdavis

Description

@ajdavis

AtlasMeasurementValue has code to handle null values from the Atlas API, but it nevertheless will try to execute float(value) even when value is None. If there were an else here we would see fewer "Value is none." messages:

https://github.com/mgmonteleone/python-atlasapi/blob/master/atlasapi/measurements.py#L251

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions