浏览代码

fixed error in min max

andreagus 8 年之前
父节点
当前提交
642f0314b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      converter.py

+ 1 - 1
converter.py

@@ -13,5 +13,5 @@ with open(file_name_csv, 'wb') as csvfile:
         parent = parent[:-4]
         vm = neighbor[0].text
         vmin = neighbor[1].text
-        vmax = neighbor[1].text
+        vmax = neighbor[2].text
         spamwriter.writerow([parent, vm, vmin, vmax])