Skip to content

Commit

Permalink
Fixes close_loop alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gfrn authored Sep 1, 2022
1 parent 38474c6 commit 0bd4fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydrs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def closed_loop(self):
print(
"This function will be replaced by the more aptly named close_loop in 2.0.0"
)
self.close_loop(self)
self.close_loop()

def reset_interlocks(self):
"""Resets interlocks on connected DRS device"""
Expand Down

0 comments on commit 0bd4fcc

Please sign in to comment.