From c46a6190498dbe0f6f91fa38c25b5841260fbc67 Mon Sep 17 00:00:00 2001
From: Philipp Schmidt <philipp.schmidt@xfel.eu>
Date: Mon, 12 Aug 2024 07:44:33 +0200
Subject: [PATCH] manager: Fix typo when setting managed values on assemblers

---
 src/calng/CalibrationManager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/calng/CalibrationManager.py b/src/calng/CalibrationManager.py
index 359b89de..7c016419 100644
--- a/src/calng/CalibrationManager.py
+++ b/src/calng/CalibrationManager.py
@@ -1445,7 +1445,7 @@ class CalibrationManager(DeviceClientBase, Device):
 
         if assemblers:
             for remote_key, local_key, _ in self._managed_assembler_keys:
-                await self._set_on_assembler(
+                await self._set_on_assemblers(
                     remote_key, get_property(self, f'managedKeys.{local_key}'))
 
         if corrections:
-- 
GitLab