Skip to content

Fix Tango authority did not manage connection failures

If the tango database did not exist or it can not be reacheable the TangoAuthority returns None instead of an object.

Fix it, catching possible exceptions during PyTango Database creation.

Fix #853

Merge request reports