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:
@ -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'
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user