Browse Source

Forgotten .sb

pull/193/head
Oliverpool 9 years ago
parent
commit
647c728f57
  1. 2
      examples/README
  2. 2
      patacrep/build.py

2
examples/README

@ -1,3 +1,3 @@
Run the following command to build an example song book.
$ songbook example.sb
$ songbook example.yaml

2
patacrep/build.py

@ -170,7 +170,7 @@ class SongbookBuilder:
def __init__(self, raw_songbook):
# Basename of the songbook to be built.
self.basename = raw_songbook['_basename']
# Representation of the .sb songbook configuration file.
# Representation of the .yaml songbook configuration file.
self.songbook = Songbook(raw_songbook, self.basename)
def _run_once(self, function, *args, **kwargs):

Loading…
Cancel
Save