Fix quality errors.

This commit is contained in:
Robert Raposa
2018-07-25 11:34:10 -04:00
parent 02d5477aaa
commit edf1c8922e

View File

@@ -33,9 +33,12 @@ tokenizer = OneOrMore(tokens) + StringEnd()
# other applications.
# See LEARNER-5853 for more details.
Text = markupsafe.escape # pylint: disable=invalid-name
def HTML(html): # pylint: disable=invalid-name
return markupsafe.Markup(html)
def _orjoin(l):
return "'" + "' | '".join(l) + "'"