Script execution

This commit is contained in:
x07maop
2015-08-25 10:09:50 +02:00
parent f8d4a4b660
commit 81cf23dc31

View File

@@ -27,9 +27,9 @@ def getPars(element):
tokens = line.split("=")
if tokens[0] == str(element):
tokens = tokens[1].split(";")
print len(tokens)]
for i in range[len(tokens)]:
for i in range(len(tokens)):
tokens[i] = float(tokens[i].trim())
return tokens
finally:
f.close()