Commit 07657922 authored by Mario Chirinos's avatar Mario Chirinos

update

parent ae39fbd7
......@@ -30,7 +30,7 @@ def getMinMax(clase):
writer = csv.DictWriter(outfile, fieldnames=polylist[0].keys())
writer.writeheader()
for item in polylist:
writer(item)
writer.writerow(item)
# json.dump(polylist, outfile)
#===============================================================================
def main(argv):
......
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