From 2ac242db6ec1cba9fe21790bbed482ff49249f52 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Fri, 2 Aug 2024 11:34:18 +0200 Subject: [PATCH] Fix lint again --- lizmap/tooltip.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lizmap/tooltip.py b/lizmap/tooltip.py index a5665992..9f809bcc 100755 --- a/lizmap/tooltip.py +++ b/lizmap/tooltip.py @@ -142,7 +142,8 @@ def create_popup_node_item_from_form( if isinstance(node, QgsAttributeEditorRelation): relation = node.relation() if relation: - a += Tooltip._generate_attribute_editor_relation(node.label(), relation.id(), relation.referencingLayerId()) + a += Tooltip._generate_attribute_editor_relation( + node.label(), relation.id(), relation.referencingLayerId()) else: # Ticket https://github.com/3liz/qgis-lizmap-server-plugin/issues/82 LOGGER.warning(