Skip to content

Commit b412650

Browse files
committed
surprise, this went through Any and wasn't caught
1 parent 023276e commit b412650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/opentrons/hardware_control/instruments/ot3/pipette_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def get_attached_instrument(self, mount: OT3Mount) -> PipetteDict:
248248
result["current_nozzle_map"] = instr.nozzle_manager.current_configuration
249249
result["min_volume"] = instr.liquid_class.min_volume
250250
result["max_volume"] = instr.liquid_class.max_volume
251-
result["channels"] = instr._max_channels
251+
result["channels"] = instr._max_channels.value
252252
result["has_tip"] = instr.has_tip
253253
result["tip_length"] = instr.current_tip_length
254254
result["aspirate_speed"] = self.plunger_speed(

0 commit comments

Comments
 (0)