forked from openlp/openlp
Add a print to assist with debugging
This commit is contained in:
parent
fb3f5ca0b4
commit
899dfcc390
@ -59,6 +59,7 @@ class PresentationManagerImport(SongImport):
|
||||
translate('SongsPlugin.PresentationManagerImport',
|
||||
'File is not in XML-format, which is the only format supported.'))
|
||||
continue
|
||||
print(etree.tostring(tree))
|
||||
root = objectify.fromstring(etree.tostring(tree))
|
||||
self.process_song(root, file_path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user