@@ -14,6 +14,8 @@ def parseData(fin):
result = []
for l in fin:
+ if len(l) <= 1:
+ continue
ln+=1
vls = l.split()