fixup: meant "tb", not "traceback"

This commit is contained in:
Thomas Waldmann 2016-08-20 23:09:42 +02:00
parent a0c8c40f27
commit 41e4707d6a
1 changed files with 1 additions and 1 deletions

View File

@ -2397,7 +2397,7 @@ def main(): # pragma: no cover
exit_code = EXIT_ERROR
if msg:
logger.error(msg)
if traceback:
if tb:
logger.log(tb_log_level, tb)
if args.show_rc:
rc_logger = logging.getLogger('borg.output.show-rc')