Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jul 30, 2024
1 parent ed5ce01 commit 7f32d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lizmap_server/tooltip.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def create_popup_node_item_from_form(
else:
# Ticket https://github.com/3liz/qgis-lizmap-server-plugin/issues/82
LOGGER.warning(
f"The node '{node.name()}::{node.label()}' cannot be processed for the tooltip because the "
f"relation has not been found.")
f"The node '{node.name()}::{node.label()}' cannot be processed for the tooltip "
f"because the relation has not been found.")

if isinstance(node, QgsAttributeEditorContainer):

Expand Down

0 comments on commit 7f32d2e

Please sign in to comment.