Skip to content

Commit

Permalink
Replaced another instance of Msg(unstage) in preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Rose Yemelyanova committed Oct 18, 2023
1 parent 36dc091 commit bc48c68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bluesky/preprocessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,7 @@ def new_gen():
return None, None

def unstage_all():
for device in reversed(devices_staged):
yield Msg('unstage', device)
yield from unstage_all(*reversed(devices_staged))

return (yield from finalize_wrapper(plan_mutator(plan, inner),
unstage_all()))
Expand Down

0 comments on commit bc48c68

Please sign in to comment.