From 9d3a9611b2db2e92f933df30dd98c341a50c6211 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 21 Oct 2014 19:35:49 +0200 Subject: [PATCH] Fix typo --- vdirsyncer/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdirsyncer/cli.py b/vdirsyncer/cli.py index 4e3e938..9609cf0 100644 --- a/vdirsyncer/cli.py +++ b/vdirsyncer/cli.py @@ -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()