Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rhomspuron committed Oct 9, 2023
1 parent 991bf01 commit ed1aba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sardana_tango/ctrl/TangoAttrIORCtrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed1aba6

Please sign in to comment.