Fixed negligible formatting error.

This commit is contained in:
Aymeric Augustin 2014-11-10 21:41:35 +01:00
parent 542fd80a27
commit b239c3d27e
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ def to_list(value):
value = [value] value = [value]
return value return value
def assert_and_parse_html(self, html, user_msg, msg): def assert_and_parse_html(self, html, user_msg, msg):
try: try:
dom = parse_html(html) dom = parse_html(html)