Skip to content

Commit

Permalink
fixing codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasM2001 committed Jun 7, 2024
1 parent 9b7221e commit 9f2edef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basil/HL/bronkhorst_elflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def read(self):
def get_valve_output(self):
self._intf.write(self.CMDS['get_valve'])
ret = int(self.read()[11:], 16)
return ret*61.7 / 10345949 # converts int in percentage
return ret * 61.7 / 10345949 # converts int in percentage

def set_setpoint(self, value):
"""value range from 0 - 32000
Expand Down

0 comments on commit 9f2edef

Please sign in to comment.