Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KWH40
fml40-reference-implementation
Commits
a99cab13
Commit
a99cab13
authored
Apr 07, 2021
by
Jiahang Chen
Browse files
print attribute path in logs
parent
1fd402cb
Pipeline
#441983
passed with stages
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ml/thing.py
View file @
a99cab13
...
...
@@ -491,7 +491,7 @@ def on_get_value_request(self, msg):
attribute_path
=
msg
.
get
(
"attributePath"
)
reply_msg_uuid
=
"s3i:"
+
str
(
uuid
.
uuid4
())
try
:
__log
=
"[S3I]: Search the given attribute path:
"
__log
=
"[S3I]: Search the given attribute path:
{}"
.
format
(
attribute_path
)
APP_LOGGER
.
info
(
__log
)
value
=
self
.
_uriToData
(
attribute_path
)
except
KeyError
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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