mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
parent
b722e5aec5
commit
4027e077e7
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ def _print_collections(instance_name, get_discovered):
|
|||
logger.debug(''.join(traceback.format_tb(sys.exc_info()[2])))
|
||||
logger.warning('Failed to discover collections for {}, use `-vdebug` '
|
||||
'to see the full traceback.'.format(instance_name))
|
||||
return
|
||||
logger.info('{}:'.format(instance_name))
|
||||
for args in discovered.values():
|
||||
collection = args['collection']
|
||||
|
|
|
|||
Loading…
Reference in a new issue