mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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.debug(''.join(traceback.format_tb(sys.exc_info()[2])))
|
||||||
logger.warning('Failed to discover collections for {}, use `-vdebug` '
|
logger.warning('Failed to discover collections for {}, use `-vdebug` '
|
||||||
'to see the full traceback.'.format(instance_name))
|
'to see the full traceback.'.format(instance_name))
|
||||||
|
return
|
||||||
logger.info('{}:'.format(instance_name))
|
logger.info('{}:'.format(instance_name))
|
||||||
for args in discovered.values():
|
for args in discovered.values():
|
||||||
collection = args['collection']
|
collection = args['collection']
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue