Browse Source

Typo

pull/27/head
Louis 11 years ago
parent
commit
5f9da9ef4c
  1. 2
      songbook_core/build.py

2
songbook_core/build.py

@ -212,7 +212,7 @@ class SongbookBuilder(object):
self.build_sbx() self.build_sbx()
elif step == 'clean': elif step == 'clean':
self.clean() self.clean()
elif step.startswith("%"): elif step.startswith("#"):
self.build_custom(step[1:]) self.build_custom(step[1:])
else: else:
# Unknown step name # Unknown step name

Loading…
Cancel
Save