Browse Source

(pylint) Add docstring

pull/169/head
Oliverpool 9 years ago
parent
commit
95d27724ea
  1. 1
      patacrep/build.py

1
patacrep/build.py

@ -124,6 +124,7 @@ class Songbook(object):
renderer.render_tex(output, config)
def requires_lilypond(self):
"""Tell if lilypond is part of the bookoptions"""
return 'lilypond' in self.config.get('bookoptions', [])
def _log_pipe(pipe):

Loading…
Cancel
Save