Script execution
This commit is contained in:
@@ -27,8 +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)]:
|
||||
tokens[i] = float(tokens[i])
|
||||
tokens[i] = float(tokens[i].trim())
|
||||
return tokens
|
||||
finally:
|
||||
f.close()
|
||||
|
||||
Reference in New Issue
Block a user