More print-statement debugging

This commit is contained in:
Raoul Snyman 2019-03-26 22:42:11 -07:00
parent 899dfcc390
commit 422fa5eab1
1 changed files with 1 additions and 1 deletions

View File

@ -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)