summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-16 07:50:01 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-16 07:50:01 +0100
commit10e3b03ef2d4c94a3a73d49babc2bb16210256e6 (patch)
tree52b59bafb4829fe6439e71a1afe230cda97df89e
parent0b1622b8d55793de07790b3ec7f763099befc79a (diff)
Fix 'source' error message.
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index aa2ee04..0fb4fcd 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1088,7 +1088,7 @@ class Config():
raise IOError, ('{0}:{1}: sourced file "{2}" (expands to\n'
'"{3}") not found. Perhaps base_dir\n'
'(argument to Config.__init__(), currently\n'
- '"{3}") is set to the wrong value.'
+ '"{4}") is set to the wrong value.'
.format(filename,
linenr,
kconfig_file,