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

L2SS-546: forgotten function renaming

parent 8fdc4cc7
No related branches found
No related tags found
1 merge request!250Resolve L2SS-546 "Fqdns in archiving functions"
...@@ -44,7 +44,7 @@ def device_fqdn(device_name:str, tango_host:str = 'databaseds:10000'): ...@@ -44,7 +44,7 @@ def device_fqdn(device_name:str, tango_host:str = 'databaseds:10000'):
return f"tango://{tango_host}/{device_name}".lower() return f"tango://{tango_host}/{device_name}".lower()
def set_fqdn_to_attribute(attribute_name:str, tango_host:str = 'databaseds:10000'): def attribute_fqdn(attribute_name:str, tango_host:str = 'databaseds:10000'):
""" """
For some operations Tango devices must be transformed from the form 'domain/family/name/attribute' For some operations Tango devices must be transformed from the form 'domain/family/name/attribute'
to 'tango://db:port/domain/family/name/attribute' to 'tango://db:port/domain/family/name/attribute'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment