From 9fde24bd00ae2eb5a6a770b33af4c005cf984734 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 16 Jun 2014 07:03:57 +0200 Subject: [PATCH] Comment --- songbook_core/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/songbook_core/errors.py b/songbook_core/errors.py index d724ae14..b8e73466 100644 --- a/songbook_core/errors.py +++ b/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__()