mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix traceback output
This commit is contained in:
parent
3cb03a55e4
commit
f892389806
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue