diff --git a/services/dbpm3curr/current/app/src/AGEBD-SERVICE-DBPM3CURR.py b/services/dbpm3curr/current/app/src/AGEBD-SERVICE-DBPM3CURR.py index eeade4c..397735f 100644 --- a/services/dbpm3curr/current/app/src/AGEBD-SERVICE-DBPM3CURR.py +++ b/services/dbpm3curr/current/app/src/AGEBD-SERVICE-DBPM3CURR.py @@ -236,6 +236,7 @@ class Service(BaseService[PVs]): elif self.pvs.recalibrate_apply.get(): self.pvs.calibration.put(self.pvs.calibration_new.get()) + # TODO: add @override when we use py3.12 def on_transition_to_paused(self): """ Set current to zero when service is transitioned to paused.