add a space character

This commit is contained in:
M2j 2012-04-29 18:01:15 +02:00
parent c6c62bdcad
commit 41402ab078
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ class EasySlidesImport(SongImport):
region = defaultregion
inst = 1
if self._listHas(verses, [reg, vt, vn, inst]):
inst = len(verses[reg][vt][vn])+1
inst = len(verses[reg][vt][vn]) + 1
else:
if not [reg, vt, vn, inst] in our_verse_order:
our_verse_order.append([reg, vt, vn, inst])