Skip to content
Snippets Groups Projects
Commit 7d05a966 authored by amitvadhel's avatar amitvadhel
Browse files

INCR-411: Disable python-wrap-html for xss-lint

parent 182a177b
No related branches found
No related tags found
No related merge requests found
......@@ -1793,6 +1793,7 @@ class ChoiceTextGroup(InputTypeBase):
msg = Text("[capa.inputtypes.extract_choices] {0}").format(
# Translators: a "tag" is an XML element, such as "<b>" in HTML
Text(_("Expected a {expected_tag} tag; got {given_tag} instead")).format(
# xss-lint: disable=python-wrap-html
expected_tag="<choice>",
given_tag=choice.tag,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment