Skip to content
Snippets Groups Projects
Commit e6ec1ea5 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-546: fix bug

parent e3fa59ca
No related branches found
No related tags found
1 merge request!250Resolve L2SS-546 "Fqdns in archiving functions"
......@@ -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!")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment