fix docstring in frappy.error.OutOfRangeError

Change-Id: I006c061a5d88ac7c97808efd56faece927916e78
Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/33183
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
2024-02-19 13:16:57 +01:00
parent 6e7be6b4c7
commit b454f47a12

View File

@ -232,7 +232,7 @@ class ReadFailedError(SECoPError):
class OutOfRangeError(SECoPError):
"""The requested parameter can not be read just now"""
"""The value read from the hardware is out of sensor or calibration range"""
name = 'OutOfRange'