Skip to content
Snippets Groups Projects
Commit c0613d976af7 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

should continue, not break, else we run into empty notification (closes #1980239)

parent a3afe466ac3c
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@
{'x': ceid}, build_descr=True).get_entity(0, 0)
except TypeResolverException:
# not a comment
break
continue
strings.append(comment.view('fulltext', indentlevel=indentlevel-i,
withauthor=i!=indentlevel).strip() + '\n')
strings.append(u'\n%s: %s' % (self._cw._('i18n_by_author_field'),
......
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