We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c016df commit f50e5f1Copy full SHA for f50e5f1
lxml/lxmlGramplet.py
@@ -327,7 +327,7 @@ def ReadXML(self, entry):
327
self.ParseXML(tree, filename)
328
except:
329
ErrorDialog(_('Parsing issue'), _('Cannot parse content of "%(file)s"') % {'file': filename})
330
- LOG.error('Cannot parse the content of the XML copy')
+ LOG.error('Cannot parse the content of the XML copy or missing "query_html.xsl" file.')
331
return
332
elif doctype != current:
333
ErrorDialog(_('Gramps version'), _('Wrong namespace\nNeed: %s') % current)
0 commit comments