From 77c9efc25007c58cc1ce54fe0293be1ef2afb642 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 14 Jul 2026 11:38:24 +0200 Subject: [PATCH] fix: TODO for service --- services/dbpm3curr/current/app/src/AGEBD-SERVICE-DBPM3CURR.py | 1 + 1 file changed, 1 insertion(+) 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.