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
d69679d0
Commit
d69679d0
authored
Nov 23, 2020
by
Federico Sismondi
Browse files
Fix better logging on error on data frame from collected data
parent
f9bc7833
Changes
1
Hide whitespace changes
Inline
Side-by-side
dca-carouge-fountain/app.py
View file @
d69679d0
...
...
@@ -412,7 +412,7 @@ def _update_historical_db_from_local_raw_files():
else
:
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
))
)
"expected either 1 or 5 values from device, but got {}"
.
format
(
json_file
,
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