From 95d27724ea2522ae7a3ef6eed4df90e082af7882 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Mon, 9 Nov 2015 07:33:26 +0100 Subject: [PATCH] (pylint) Add docstring --- patacrep/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patacrep/build.py b/patacrep/build.py index f3391744..83817d1c 100644 --- a/patacrep/build.py +++ b/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):