From b449287784f729e9f24da26440ffdd7cfd2ac652 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 27 Jan 2017 17:42:53 +0100 Subject: [PATCH] Remove superfluous TODO --- vdirsyncer/cli/utils.py | 1 - 1 file changed, 1 deletion(-) 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.