From aad6d23ed61401e7405fd3bfce9cb9194aa1c372 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 3 Jan 2015 02:02:32 +0100 Subject: [PATCH] Fix leftover for #158 --- vdirsyncer/cli/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vdirsyncer/cli/utils.py b/vdirsyncer/cli/utils.py index eb5720b..d8a38d7 100644 --- a/vdirsyncer/cli/utils.py +++ b/vdirsyncer/cli/utils.py @@ -184,8 +184,8 @@ def _handle_collection_not_found(config, collection): except NotImplementedError as e: cli_logger.error(e) - raise CliError('Unable to find or create collection {collection!r} for ' - 'storage {storage!r}. Please create the collection ' + raise CliError('Unable to find or create collection "{collection}" for ' + 'storage "{storage}". Please create the collection ' 'yourself.'.format(collection=collection, storage=storage_name))