Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
components
libmqtt
Commits
c99e473d
Commit
c99e473d
authored
Jun 20, 2018
by
Magnus Knutas
Browse files
Exception logging
parent
b41917b5
Pipeline
#16589
failed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libmqtt/router.py
View file @
c99e473d
...
...
@@ -47,7 +47,7 @@ class Router(object):
kwargs
[
'payload_data'
]
=
ujson
.
loads
(
payload
)
except
ValueError
as
err
:
_LOGGER
.
error
(
"Unable to decode json: %s"
,
str
(
err
))
pass
else
:
kwargs
[
'payload_data'
]
=
{}
...
...
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