forked from openlp/openlp
pep8
This commit is contained in:
parent
2f7a1ab456
commit
61b591f555
@ -643,11 +643,7 @@ class OpenLyrics(object):
|
||||
# Append text from tail and add formatting end tag.
|
||||
# TODO: Verify format() with template variables
|
||||
if element.tag == NSMAP % 'tag' and use_endtag:
|
||||
<<<<<<< TREE
|
||||
text += '{{/{name}}}'.format(name=element.get('name'))
|
||||
=======
|
||||
text += '{{{name}}}'.format(name=element.get('name'))
|
||||
>>>>>>> MERGE-SOURCE
|
||||
# Append text from tail.
|
||||
if element.tail:
|
||||
text += element.tail
|
||||
|
Loading…
Reference in New Issue
Block a user