Browse Source

move variable declaration

pull/169/head
Oliverpool 9 years ago
parent
commit
61bc9a5731
  1. 2
      patacrep/build.py

2
patacrep/build.py

@ -232,8 +232,8 @@ class SongbookBuilder(object):
raise errors.ExecutableNotFound(compiler) raise errors.ExecutableNotFound(compiler)
# Test if lilypond compiler is accessible # Test if lilypond compiler is accessible
lilypond_compiler = 'lilypond'
if self.songbook.requires_lilypond(): if self.songbook.requires_lilypond():
lilypond_compiler = 'lilypond'
try: try:
check_call( check_call(
[lilypond_compiler, "--version"], [lilypond_compiler, "--version"],

Loading…
Cancel
Save