From af9cab5f9c39014d100c1375cc0b3545364d3bd1 Mon Sep 17 00:00:00 2001 From: ale Date: Wed, 2 Aug 2006 01:26:18 +0000 Subject: [PATCH] fix. --- lib/cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cfg.py b/lib/cfg.py index 05c29ea..3075a2e 100644 --- a/lib/cfg.py +++ b/lib/cfg.py @@ -11,7 +11,7 @@ if not os.path.exists(config_file_path): The configuration file '%s' does not exist. Please create this file and fill in the configuration data of your certificates so that 'cam' can operate. -''' +''' % config_file_path sys.exit(1) cfg = ConfigParser.ConfigParser() -- 2.20.1