Skip to content

Commit

Permalink
fix(api): add details to confusing error message (#16517)
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri authored Oct 17, 2024
1 parent 9938d4f commit 835204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_engine/errors/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ def __init__(
"""Build a InvalidPipettingVolumeError."""
message = (
f"Cannot aspirate {attempted_aspirate_volume} µL when only"
f" {available_volume} is available."
f" {available_volume} is available in the tip."
)
details = {
"attempted_aspirate_volume": attempted_aspirate_volume,
Expand Down

0 comments on commit 835204a

Please sign in to comment.