Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Jul 12, 2024
1 parent 45f6827 commit c83b813
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,10 @@ def run_extruder_plan(
),
except_plan=lambda e: (
yield from run_aborted_plan(zebra, parameters.detector_name)
), # TODO complete
),
final_plan=lambda: (
yield from tidy_up_at_collection_end_plan(zebra, shutter, parameters, dcid)
), # TODO complete and fix
),
auto_raise=False,
)

Expand Down

0 comments on commit c83b813

Please sign in to comment.