Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Jan 21, 2025
1 parent dba1630 commit a7e3058
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def execute(self, params: AspirateWhileTrackingParams) -> _ExecuteReturn:
)
if not ready_to_aspirate:
raise PipetteNotReadyToAspirateError(
"Pipette cannot aspirate in place because of a previous blow out."
"Pipette cannot aspirate while tracking because of a previous blow out."
" The first aspirate following a blow-out must be from a specific well"
" so the plunger can be reset in a known safe position."
)
Expand Down

0 comments on commit a7e3058

Please sign in to comment.