Browse Source

fixed error in min max

andreagus 8 years ago
parent
commit
642f0314b1
1 changed files with 1 additions and 1 deletions
  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])