fix spelling mistakes
This commit is contained in:
parent
29384aef44
commit
1b36bd4379
3 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ def fill(it: Iterable[Any], *, measurement: str, reset: bool=False, dt_col: str=
|
|||
tags = tags_
|
||||
|
||||
# TODO what to do with exceptions??
|
||||
# todo handle errors.. not sure how? maybe add tag for 'error' and fill with emtpy data?
|
||||
# todo handle errors.. not sure how? maybe add tag for 'error' and fill with empty data?
|
||||
dt = d[dt_col].isoformat()
|
||||
del d[dt_col]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue