aboutsummaryrefslogtreecommitdiff
path: root/scripts/solution.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-16 14:32:32 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-16 14:32:32 +0200
commit599690760476bf7c9c2be226c40cc70c813aa60d (patch)
tree2c7582e38c83ba00444813e2f9f84adcd30212b3 /scripts/solution.py
parentf189512d1a531578a87a0743d8bc6422613a1e99 (diff)
downloadlinux-conf-perf-599690760476bf7c9c2be226c40cc70c813aa60d.tar.gz
linux-conf-perf-599690760476bf7c9c2be226c40cc70c813aa60d.tar.bz2
linux-conf-perf-599690760476bf7c9c2be226c40cc70c813aa60d.zip
Implement evaluate
Diffstat (limited to 'scripts/solution.py')
-rw-r--r--scripts/solution.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/solution.py b/scripts/solution.py
index 2eed129..930297b 100644
--- a/scripts/solution.py
+++ b/scripts/solution.py
@@ -114,7 +114,7 @@ def apply():
if not w[0]:
break
if not w[0] in solved:
- solution = utils.config_strtoint(w[1])
+ solution = utils.config_strtoint(w[1], True)
hash = w[0]
break
if not solution: