Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
naiades
naiades-platform-poc
Commits
f9bc7833
Commit
f9bc7833
authored
Nov 23, 2020
by
Federico Sismondi
Browse files
Fix better logging on error on data frame from collected data
parent
33113304
Changes
1
Hide whitespace changes
Inline
Side-by-side
dca-carouge-fountain/app.py
View file @
f9bc7833
...
...
@@ -411,7 +411,8 @@ def _update_historical_db_from_local_raw_files():
)
else
:
print
(
"(!) WARNING device values are not what was expected, dev1 -> 5 values, dev2 -> 1 value"
)
print
(
"(!) WARNING device values are not what was expected in file {}, "
"expected either 1 or 5 values from device, but got {}"
.
format
(
json_file
,
len
(
values
)))
continue
data
.
append
(
entity
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment