|
@ -133,6 +133,7 @@ def main(): |
|
|
sb_builder.build_steps(options.steps) |
|
|
sb_builder.build_steps(options.steps) |
|
|
except errors.SongbookError as error: |
|
|
except errors.SongbookError as error: |
|
|
LOGGER.error(error) |
|
|
LOGGER.error(error) |
|
|
|
|
|
if LOGGER.level >= logging.INFO: |
|
|
LOGGER.error( |
|
|
LOGGER.error( |
|
|
"Running again with option '-v' may give more information." |
|
|
"Running again with option '-v' may give more information." |
|
|
) |
|
|
) |
|
|