Browse Source

Comment

pull/54/head
Louis 10 years ago
parent
commit
9fde24bd00
  1. 2
      songbook_core/errors.py

2
songbook_core/errors.py

@ -50,7 +50,7 @@ class LatexCompilationError(SongbookError):
).format(basename=self.basename)
class StepCommandError(SongbookError):
"""Error during LaTeX compilation."""
"""Error during custom command compilation."""
def __init__(self, command, code):
super(StepCommandError, self).__init__()

Loading…
Cancel
Save