Skip to content

Commit

Permalink
Update djangocms_text/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Feb 6, 2025
1 parent 75203ad commit 4b4cb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_text/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _replace_tag(m):
plugin_id = int(m.groupdict()["pk"])
new_id = id_dict[plugin_id]
plugin = plugins_by_id[new_id]
except KeyError: # pragma nocover
except KeyError: # pragma: no cover
# Object must have been deleted. It cannot be rendered to
# end user, or edited, so just remove it from the HTML
# altogether
Expand Down

0 comments on commit 4b4cb2c

Please sign in to comment.