Fix traceback output

This commit is contained in:
Markus Unterwaditzer 2016-06-10 00:17:21 +02:00
parent 3cb03a55e4
commit f892389806

View file

@ -150,7 +150,7 @@ def handle_cli_error(status_name=None):
msg += ': {}\nUse `-vdebug` to see the full traceback.'.format(e)
cli_logger.error(msg)
cli_logger.debug(tb)
cli_logger.debug(''.join(tb))
def get_status_name(pair, collection):