diff options
Diffstat (limited to 'scripts/solution.py')
-rw-r--r-- | scripts/solution.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |