MCPcopy Index your code
hub / github.com/pimutils/vdirsyncer / error_callback

Function error_callback

vdirsyncer/cli/tasks.py:55–58  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

53 sync_failed = False
54
55 def error_callback(e):
56 nonlocal sync_failed
57 sync_failed = True
58 handle_cli_error(status_name, e)
59
60 with manage_sync_status(general['status_path'], pair.name,
61 collection.name) as status:

Callers 1

syncFunction · 0.85

Calls 1

handle_cli_errorFunction · 0.85

Tested by

no test coverage detected