Skip to content

Commit

Permalink
Update labgrid/driver/sigrokdriver.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Krause <[email protected]>
Signed-off-by: Chrissi^ (Chris Fiege) <[email protected]>
  • Loading branch information
SmithChart and Bastian-Krause authored Jul 12, 2023
1 parent 634b9be commit ad495c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion labgrid/driver/sigrokdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ def stop(self):
# all other lines are actual values
res.append(float(line))
_, stderr = self._process.communicate()
self._process.wait()
self.log.debug("stderr:\n %s", stderr)

self._running = False
Expand Down

0 comments on commit ad495c5

Please sign in to comment.