diff options
Diffstat (limited to 'menuconfig.py')
| -rwxr-xr-x | menuconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menuconfig.py b/menuconfig.py index 4aa21c3..733e6e5 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1650,7 +1650,7 @@ def _try_load(filename): _kconf.load_config(filename) return True except OSError as e: - _error("Error loading {}\n\n{} (errno: {})" + _error("Error loading '{}'\n\n{} (errno: {})" .format(filename, e.strerror, errno.errorcode[e.errno])) return False |
