Skip to content
Snippets Groups Projects
Commit a64e6309 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix: Syntax fix

parent 5a1f51b3
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,9 @@ def init_watcher():
wprx=tango.DeviceProxy(tangopath["fofb-watcher"])
wprx.set_timeout_millis(30000)
except tango.DevFailed as e:
logger.error("Could not get DeviceProxy on {}".format(tangopath["fofb-watcher"))
return
logger.error("Could not get DeviceProxy on {}".format(tangopath["fofb-watcher"]))
logger.debug(str(e))
return
logger.info("Perform init() on Fofb-Watcher. This takes nearly a minute.")
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment