From 91829f8e24dedf21fa851752cd91c2a29a0f1d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 13 Apr 2015 13:24:20 +0200 Subject: Fix python scripts to work with parse_kconfig --- scripts/solution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/solution.py') diff --git a/scripts/solution.py b/scripts/solution.py index 99e8418..880b988 100644 --- a/scripts/solution.py +++ b/scripts/solution.py @@ -19,7 +19,7 @@ def generate(): """ # Check if rules_file exist. If it was generated. if not os.path.isfile(conf.rules_file): - raise Exception("Rules file missing. Run kconfig_parse and check ecistence of " + rules_file) + raise Exception("Rules file missing. Run parse_kconfig and check ecistence of " + rules_file) w_file = tempfile.NamedTemporaryFile(delete=False) # Join files to one single temporary file -- cgit v1.2.3