We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a36e9a commit 53e0e04Copy full SHA for 53e0e04
api/src/opentrons/protocol_api/instrument_context.py
@@ -765,7 +765,8 @@ def air_gap(
765
raise RuntimeError("No previous Well cached to perform air gap")
766
target = loc.labware.as_well().top(height)
767
self.move_to(target, publish=False)
768
- self.aspirate(volume) # add (is_liquid: bool = True) parameter to aspirate? Or deduce location is not in well in Aspirate command?
+ # add (is_liquid: bool = True) parameter to aspirate? Or deduce location is not in well in Aspirate command?
769
+ self.aspirate(volume)
770
return self
771
772
@publisher.publish(command=cmds.return_tip)
0 commit comments