diff --git a/sardana_tango/ctrl/TangoAttrIORCtrl.py b/sardana_tango/ctrl/TangoAttrIORCtrl.py index 4a9cc48..c4ab6fc 100644 --- a/sardana_tango/ctrl/TangoAttrIORCtrl.py +++ b/sardana_tango/ctrl/TangoAttrIORCtrl.py @@ -169,9 +169,9 @@ def StateOne(self, axis): "Not yet configured the Tango Attribute, " "or cannot proxy it") if not lcalibration == 0 and not llabels == lcalibration: - return(State.Disable, - "Bad configuration of the extra attributes, " - "this cannot be operated") + return (State.Disable, + "Bad configuration of the extra attributes, " + "this cannot be operated") else: dev_state = dev_proxy.state() if readFailed and not dev_state == DevState.MOVING: