Browse Source

Typo causing pdflatex failure

All languages were not loaded by babel
pull/54/head
Luthaf 11 years ago
parent
commit
ce77d47c91
  1. 2
      patacrep/content/song.py

2
patacrep/content/song.py

@ -52,7 +52,7 @@ def parse(keyword, argument, contentlist, config):
Return a list of SongRenderer() instances. Return a list of SongRenderer() instances.
""" """
if 'languages' not in config: if '_languages' not in config:
config['_languages'] = set() config['_languages'] = set()
songlist = [] songlist = []
for songdir in config['_songdir']: for songdir in config['_songdir']:

Loading…
Cancel
Save