OceanDataTools / openrvdas

An open source data acquisition system designed for use on research vessels and other scientific installations
http://openrvdas.org
Other
43 stars 21 forks source link

InfluxDBWriter - incorrect logic processing single DASRecord #299

Closed webbpinner closed 2 years ago

webbpinner commented 2 years ago

InfluxDB writer treats a single DASRecord as a list of DASRecords. Writer fails because it cannot iterate over a single object.

webbpinner commented 2 years ago

Fixed with most recent pull request