Skip to content

Commit

Permalink
too complex
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 9, 2025
1 parent 2c98479 commit 69c76de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ class FlexStackerSubState:
"""

module_id: FlexStackerId
labware_name: str
labware_name: str = ""
4 changes: 4 additions & 0 deletions api/src/opentrons/protocol_engine/state/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,10 @@ def _add_module_substate(
configured_wavelengths=None,
reference_wavelength=None,
)
elif ModuleModel.is_flex_stacker(actual_model):
self._state.substate_by_module_id[module_id] = FlexStackerSubState(
module_id=FlexStackerId(module_id),
)

def _update_additional_slots_occupied_by_thermocycler(
self,
Expand Down

0 comments on commit 69c76de

Please sign in to comment.