Fix leftover for #158

This commit is contained in:
Markus Unterwaditzer 2015-01-03 02:02:32 +01:00
parent 98c01cdc37
commit aad6d23ed6

View file

@ -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))