diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-10-28 05:46:25 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-10-28 05:46:25 +0200 |
| commit | 7bbaf7e7cf131d83931bfda2d2e8e5d6ef1b235f (patch) | |
| tree | a78d6b0eb74fd10f2b5ba771529569d43ebfddee /kconfiglib.py | |
| parent | 840d65fe069297fb1d088b85e3164465ace4d467 (diff) | |
Add uncommitted test files
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 3262b43..1bf61a6 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -893,6 +893,8 @@ class Config(object): self._file = self._open(filename) except IOError as e: # Extend the error message a bit in this case + # TODO: broken for top-level Kconfig (because + # self._filename/_linenr isn't set) raise IOError( "{}:{}: {} Also note that e.g. $FOO in a 'source' " "statement does not refer to the environment " |
