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:
|
if match is not None:
|
||||||
versetype = match.group(1)
|
versetype = match.group(1)
|
||||||
versenum = match.group(2)
|
versenum = match.group(2)
|
||||||
# otherwise we assume number 1 and take the whole prefix as versetype
|
|
||||||
else:
|
else:
|
||||||
|
# otherwise we assume number 1 and take the whole prefix as versetype
|
||||||
versetype = content
|
versetype = content
|
||||||
versenum = u'1'
|
versenum = u'1'
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user