Browse Source

Correction du bug: un carnet sans chansons est autorisé

remotes/origin/HEAD
Louis 11 years ago
parent
commit
efa6f82cf1
  1. 1
      songbook-makeindex.py

1
songbook-makeindex.py

@ -85,6 +85,7 @@ def processSXD(filename):
type = data[0]
i = 1
idx = index()
if len(data) > 1:
while data[i].startswith('%'):
keywords = keywordPattern.match(data[i]).groups()
idx.keyword(keywords[0],keywords[1])

Loading…
Cancel
Save