Skip to content

Commit

Permalink
MAINT: Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-schuessler committed Dec 2, 2024
1 parent b7cb27e commit ec75e92
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 @@ -106,7 +106,7 @@ def get_flow(self):
# now measure the flow
self._intf.write(self.CMDS['get_measure_flow'])
ret1 = self.read()
answer = int(ret1[11:], 16) # convert reply from hex to integer
answer = int(ret1[11:], 16) # convert reply from hex to integer

val = answer / 32000 * cap_100
return val

0 comments on commit ec75e92

Please sign in to comment.