mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +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:
|
||||
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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue