From 8407e25f982c69d8b2cd01bc5802f3d45fa9dbf1 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 6 Mar 2013 20:41:18 +0100 Subject: skyped: fix typo when not finding config file --- protocols/skype/skyped.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/skype/skyped.py b/protocols/skype/skyped.py index 88588d96..fe35498f 100644 --- a/protocols/skype/skyped.py +++ b/protocols/skype/skyped.py @@ -467,7 +467,7 @@ def main(args=None): options.buf = None if not os.path.exists(options.config): - parser.error(( "Can't find configuration file at '%s'." + parser.error(( "Can't find configuration file at '%s'. " "Use the -c option to specify an alternate one." )% options.config) cfgpath = options.config -- cgit v1.2.3