forked from openlp/openlp
More print-statement debugging
This commit is contained in:
parent
422fa5eab1
commit
0effcb564f
@ -59,7 +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)
|
||||
print(etree.tostring(tree))
|
||||
root = objectify.fromstring(etree.tostring(tree))
|
||||
self.process_song(root, file_path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user