Skip to content

Commit

Permalink
fixes Issue 1737
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Nov 6, 2024
1 parent d5c586e commit cd8ffc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/artisanlib/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,7 @@ def WSread(self,mode:int) -> Tuple[float,float,float]:
except Exception: # pylint: disable=broad-except
self.aw.ws.readings = [-1]*self.aw.ws.channels
else:
self.aw.ws.tx = self.aw.qmc.timeclock.elapsedMilli()
for i in [0,1]:
c = mode*2+i
if self.aw.ws.channel_requests[c] != '':
Expand Down

0 comments on commit cd8ffc9

Please sign in to comment.