forked from openlp/openlp
more changes
This commit is contained in:
parent
f1a437891a
commit
ccb2e8693c
@ -367,14 +367,14 @@ class EasiSlidesImport(SongImport):
|
|||||||
else:
|
else:
|
||||||
for tag in our_verse_order:
|
for tag in our_verse_order:
|
||||||
if not tag[0] in verses:
|
if not tag[0] in verses:
|
||||||
log.info(u'Got order from our_verse_order %s but not in'
|
#log.info(u'Got order from our_verse_order %s but not in'
|
||||||
u'versetags, dropping this item from presentation order'
|
# u'versetags, dropping this item from presentation order'
|
||||||
u'missing was versetag %s', tag, tag[0])
|
# u'missing was versetag %s', tag, tag[0])
|
||||||
continue
|
continue
|
||||||
if not tag[1] in verses[tag[0]]:
|
if not tag[1] in verses[tag[0]]:
|
||||||
log.info(u'Got order from our_verse_order %s but not in'
|
#log.info(u'Got order from our_verse_order %s but not in'
|
||||||
u'versetags, dropping this item from presentation order'
|
# u'versetags, dropping this item from presentation order'
|
||||||
u'missing was versenum %s for versetag %s',
|
# u'missing was versenum %s for versetag %s',
|
||||||
tag, tag[1], tag[0])
|
# tag, tag[1], tag[0])
|
||||||
continue
|
continue
|
||||||
self.verse_order_list.append(u'%s%s' % (tag[0], tag[1]))
|
self.verse_order_list.append(u'%s%s' % (tag[0], tag[1]))
|
||||||
|
Loading…
Reference in New Issue
Block a user