Skip to content

Commit

Permalink
Added context.sleep() to detectordriver part
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bradnick committed Jun 12, 2018
1 parent cc228ef commit bdf85fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions malcolm/modules/ADCore/parts/detectordriverpart.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ def run(self, context, update_completed_steps):
def abort(self, context):
child = context.block_view(self.params.mri)
child.stop()
context.sleep(0.5)

0 comments on commit bdf85fd

Please sign in to comment.