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

fix: Syntax fix

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