diff --git a/module/sources/vmware/connection.py b/module/sources/vmware/connection.py index 3ce4afd..66757f8 100644 --- a/module/sources/vmware/connection.py +++ b/module/sources/vmware/connection.py @@ -676,7 +676,7 @@ class VMWareHandler(SourceBase): # noinspection PyBroadException try: tag_name = self.tag_session.tagging.Tag.get(tag_id).name - tag_description = f"{primary_tag_name} {self.name}: "\ + tag_description = f"{primary_tag_name}: "\ f"{self.tag_session.tagging.Tag.get(tag_id).description}" except Exception as e: log.error(f"Unable to retrieve vCenter tag '{tag_id}' for '{obj.name}': {e}")