From e6ec1ea5140c2f5f4ead250d93ccb44b16f7d314 Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Tue, 22 Feb 2022 12:50:17 +0100
Subject: [PATCH] L2SS-546: fix bug

---
 tangostationcontrol/tangostationcontrol/toolkit/archiver.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tangostationcontrol/tangostationcontrol/toolkit/archiver.py b/tangostationcontrol/tangostationcontrol/toolkit/archiver.py
index 3f3158d0f..eae77f0ab 100644
--- a/tangostationcontrol/tangostationcontrol/toolkit/archiver.py
+++ b/tangostationcontrol/tangostationcontrol/toolkit/archiver.py
@@ -207,6 +207,7 @@ class Archiver():
         """
         Stops the data archiving of the attribute passed as input, and remove it from the subscriber's list. 
         """
+        attribute_name = attribute_fqdn(attribute_name)
         self.cm.AttributeStop(attribute_name)
         self.cm.AttributeRemove(attribute_name)
         logger.warning(f"Attribute {attribute_name} removed!")
-- 
GitLab