Commit c93bb1a9 authored by Mario Chirinos's avatar Mario Chirinos

update

parent a3c284c0
......@@ -9,7 +9,7 @@ def getMinMax(clase):
for item in os.listdir("."):
if os.path.isdir(item):
print(item)
with open(os.getcwd()+"/"+item) as json_file:
with open(os.getcwd()+"/"+item+"/scl_data.json") as json_file:
data = json.load(json_file)
print(data)
#===============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment