mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix typo
This commit is contained in:
parent
4857292b5c
commit
9d3a9611b2
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ def _create_app():
|
|||
try:
|
||||
ctx.obj['config'] = load_config(fname)
|
||||
except Exception as e:
|
||||
raise CliError('Error during reading config{}: {}'
|
||||
raise CliError('Error during reading config {}: {}'
|
||||
.format(fname, e))
|
||||
|
||||
@app.command()
|
||||
|
|
|
|||
Loading…
Reference in a new issue