(e)
| 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: |
no test coverage detected