Script execution

This commit is contained in:
x07maop
2015-08-25 10:10:37 +02:00
parent 81cf23dc31
commit 535685c3fe
+1 -1
View File
@@ -28,7 +28,7 @@ def getPars(element):
if tokens[0] == str(element):
tokens = tokens[1].split(";")
for i in range(len(tokens)):
tokens[i] = float(tokens[i].trim())
tokens[i] = float(tokens[i].strip())
return tokens
finally: