Commit b239c3d2 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fixed negligible formatting error.

parent 542fd80a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ def to_list(value):
        value = [value]
    return value


def assert_and_parse_html(self, html, user_msg, msg):
    try:
        dom = parse_html(html)