Skip to content

Commit f50e5f1

Browse files
authored
tweak improvement around possible LOG error
1 parent 3c016df commit f50e5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lxml/lxmlGramplet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def ReadXML(self, entry):
327327
self.ParseXML(tree, filename)
328328
except:
329329
ErrorDialog(_('Parsing issue'), _('Cannot parse content of "%(file)s"') % {'file': filename})
330-
LOG.error('Cannot parse the content of the XML copy')
330+
LOG.error('Cannot parse the content of the XML copy or missing "query_html.xsl" file.')
331331
return
332332
elif doctype != current:
333333
ErrorDialog(_('Gramps version'), _('Wrong namespace\nNeed: %s') % current)

0 commit comments

Comments
 (0)