Commit 9abb9ed1 authored by Antoine Millet's avatar Antoine Millet
Browse files

Fixed bug with tag API in hv client handler

parent 5271ae98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ class HvClient(HostClient):
        tag = self._children[obj_id].get(name)
        if tag is not None:
            if value is not None:
                tag.set_value(value)
                tag.cached = value
            if ttl is not None:
                tag.ttl = ttl