diff --git a/vdirsyncer/cli/utils.py b/vdirsyncer/cli/utils.py index fa30375..06994c1 100644 --- a/vdirsyncer/cli/utils.py +++ b/vdirsyncer/cli/utils.py @@ -70,7 +70,6 @@ class JobFailed(RuntimeError): pass -# TODO: Making this a decorator would be nice def handle_cli_error(status_name=None, e=None): ''' Print a useful error message for the current exception.