summaryrefslogtreecommitdiff
path: root/menuconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'menuconfig.py')
-rwxr-xr-xmenuconfig.py2
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