Skip to content
Snippets Groups Projects
Commit da69de9b authored by Taya Snijder's avatar Taya Snijder
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 6e4d8be7
No related branches found
No related tags found
1 merge request!164Resolve L2SS-334 "2021 10 21 replace streams with logger"
......@@ -344,7 +344,7 @@ class ObservationControl(Device):
except DevFailed as ex:
self.delete_dynamic_device(class_name, device_name)
error_string = "Cannot access the Observation device instance for observation ID={} with device class name={} and device instance name={}. This means that the observation cannot be controlled and/or forcefully be stopped.".format(obs_id, Observation.__name__, device_name)
logger.error("{}, {}".format(error_string, ex))
logger.exception(error_string)
Except.re_throw_exception(ex, "DevFailed", error_string, __name__)
@command(dtype_in = numpy.int64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment