Skip to content

Commit 5d20ea5

Browse files
committed
improve LLD error message
1 parent 2abc341 commit 5d20ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylabrobot/liquid_handling/backends/hamilton/STAR_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ def trace_information_to_string(module_identifier: str, trace_information: int)
899899
66: "Squeezer drive not initialized",
900900
67: "Squeezer drive movement error: Step loss",
901901
68: "Init position adjustment error",
902-
70: "No liquid level found (possibly because no liquid was present)",
902+
70: "No liquid level found (possibly because no or too little liquid was present)",
903903
71: "Not enough liquid present (Immersion depth or surface following position possibly"
904904
"below minimal access range)",
905905
72: "Auto calibration at pressure (Sensor not possible)",

0 commit comments

Comments
 (0)