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 0ba4d93..969219e 100644 --- a/scripts/solution.py +++ b/scripts/solution.py @@ -96,7 +96,7 @@ def apply(): txt = txt[1:] else: nt = False - if 'NONAMEGEN' in txt: # ignore generated names + if 'NONAMEGEN' in utils.smap[txt]: # ignore generated names continue f.write('CONFIG_' + utils.smap[txt] + '=') |