v.licheni.net
/
stack
/
cam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f0fff49
)
fix.
author
ale
<ale@9de0ac56-b551-4d3d-a58d-d429de429fdc>
Wed, 2 Aug 2006 01:26:18 +0000
(
01:26
+0000)
committer
ale
<ale@9de0ac56-b551-4d3d-a58d-d429de429fdc>
Wed, 2 Aug 2006 01:26:18 +0000
(
01:26
+0000)
lib/cfg.py
patch
|
blob
|
history
diff --git
a/lib/cfg.py
b/lib/cfg.py
index
05c29ea
..
3075a2e
100644
(file)
--- 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()