Commit 5ccc45dc authored by Jérome Perrin's avatar Jérome Perrin

fixup! web: pylint (py3)

parent ba26e6ff
Pipeline #34003 failed with stage
in 0 seconds
......@@ -61,7 +61,7 @@ class HtmlParseHelper(HTMLParser):
def unknown_decl(self, data):
self.result.append(("unknown_decl", data))
def error(self, message):
raise ValueEror(message)
raise ValueError(message)
def parseHtml(text):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment