Skip to content

Commit

Permalink
typo on mix_volume
Browse files Browse the repository at this point in the history
  • Loading branch information
abestroka committed Jun 26, 2024
1 parent 3f0426d commit 917edad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ot2_driver/protopiler/protopiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ def _create_commands(self, payload: Optional[Dict]) -> List[str]:
mix_reps = command_block.reps

pipette_mount = self.resource_manager.determine_pipette(
command_block.mix_volumes[0], False
command_block.mix_volume[0], False
)

if pipette_mount is None:
Expand Down

0 comments on commit 917edad

Please sign in to comment.