Skip to content

Commit

Permalink
Add space to avoid failing flake8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
ovallcorba committed Jan 9, 2024
1 parent 52165f9 commit d64f2d9
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 d64f2d9

Please sign in to comment.