diff --git a/openlp/plugins/songs/lib/opensongimport.py b/openlp/plugins/songs/lib/opensongimport.py index bae1db18d..f4be0dc87 100644 --- a/openlp/plugins/songs/lib/opensongimport.py +++ b/openlp/plugins/songs/lib/opensongimport.py @@ -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