forked from openlp/openlp
Put comment in right place
This commit is contained in:
parent
f7fafae09c
commit
ec9230be38
@ -235,8 +235,8 @@ class OpenSongImport(SongImport):
|
||||
if match is not None:
|
||||
versetype = match.group(1)
|
||||
versenum = match.group(2)
|
||||
# otherwise we assume number 1 and take the whole prefix as versetype
|
||||
else:
|
||||
# otherwise we assume number 1 and take the whole prefix as versetype
|
||||
versetype = content
|
||||
versenum = u'1'
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user