Fix/exception typo #112
+1
-1
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"uv",
|
||||
"gunicorn",
|
||||
"aarecommon>=0.1.3",
|
||||
"aarecommon>=0.2.0",
|
||||
"pydantic==2.11.4",
|
||||
"numpy==2.2.5",
|
||||
"jfjoch_client==1.0.0rc146",
|
||||
|
||||
+2
-2
@@ -26,7 +26,7 @@ from aarecommon.errors.exception_handler import (
|
||||
DataCollectionException,
|
||||
JFJochCommunicationError,
|
||||
LoopCenteringFailed,
|
||||
MagnetPositionSensorErorr,
|
||||
MagnetPositionSensorError,
|
||||
MaintenanceStateException,
|
||||
MountingFailed,
|
||||
RasterScanException,
|
||||
@@ -438,7 +438,7 @@ class AareDAQ:
|
||||
JFJochCommunicationError,
|
||||
MountingFailed,
|
||||
UnmountingFailed,
|
||||
MagnetPositionSensorErorr,
|
||||
MagnetPositionSensorError,
|
||||
TransformationInvalidException,
|
||||
StateTransitionFailed,
|
||||
MaintenanceStateException,
|
||||
|
||||
Reference in New Issue
Block a user