Skip to content

Commit

Permalink
Fix lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Aug 2, 2024
1 parent 57450cf commit 2ac242d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lizmap/tooltip.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2ac242d

Please sign in to comment.