Skip to content
Snippets Groups Projects
Unverified Commit 4ba3d843 authored by samueltwum1's avatar samueltwum1
Browse files

SAR-276 Handle errors from device

parent 6b507218
No related branches found
No related tags found
No related merge requests found
......@@ -630,6 +630,10 @@ class LongRunningDeviceInterface:
- If so, fire the callback
- Clean up
"""
if ev.err:
self._logger.error("Event system DevError(s) occured: %s", str(ev.errors))
return
if ev.attr_value and ev.attr_value.name == "longrunningcommandresult":
if ev.attr_value.value:
# push change event to new attribute for all tango devices
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment