Skip to content
Snippets Groups Projects
Commit 0869f415 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Update put_timeseries not implemented exception message

parent 0edab9d1
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ class TimeseriesFactory(object):
self.write_file(fh, url_data, channels)
except NotImplementedError:
raise NotImplementedError(
'"get_timeseries" not implemented')
'"put_timeseries" not implemented')
def write_file(self, fh, timeseries, channels):
"""Write timeseries data to the given file object.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment