mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix leftover for #158
This commit is contained in:
parent
98c01cdc37
commit
aad6d23ed6
1 changed files with 2 additions and 2 deletions
|
|
@ -184,8 +184,8 @@ def _handle_collection_not_found(config, collection):
|
||||||
except NotImplementedError as e:
|
except NotImplementedError as e:
|
||||||
cli_logger.error(e)
|
cli_logger.error(e)
|
||||||
|
|
||||||
raise CliError('Unable to find or create collection {collection!r} for '
|
raise CliError('Unable to find or create collection "{collection}" for '
|
||||||
'storage {storage!r}. Please create the collection '
|
'storage "{storage}". Please create the collection '
|
||||||
'yourself.'.format(collection=collection,
|
'yourself.'.format(collection=collection,
|
||||||
storage=storage_name))
|
storage=storage_name))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue