Skip to content

Commit

Permalink
Improve Motor.stop()
Browse files Browse the repository at this point in the history
  • Loading branch information
SEBv15 committed Jul 19, 2020
1 parent 13bc811 commit f6622bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycertifspec/bluesky/Motor.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def configure(self, offset=None):

return (before, self.read_configuration)

def stop(self, *args):
def stop(self, *args, **kwargs):
"""
Stop all running SPEC commands if still moving
"""
Expand Down

0 comments on commit f6622bb

Please sign in to comment.