Skip to content

Commit

Permalink
maybe fix software pump cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Dec 19, 2024
1 parent 0cdf51c commit 515d104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pioreactor/actions/pump.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def __enter__(self) -> PWMPump:
return self

def __exit__(self, *args) -> None:
self.stop()
self.clean_up()


Expand Down

0 comments on commit 515d104

Please sign in to comment.