From 50cebd71bd835b454fe22b199b86bd7d24443e3b Mon Sep 17 00:00:00 2001 From: x07maop Date: Tue, 25 Aug 2015 10:07:36 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 3050ef7..9242a1d 100644 --- a/script/local.py +++ b/script/local.py @@ -27,7 +27,7 @@ def getPars(element): tokens = line.split("=") if tokens[0] == str(element): tokens = tokens[1].split(";") - for i in range[tokens.lenght]: + for i in range[len(tokens)]: tokens[i] = float(tokens[i]) return tokens finally: