ai-se / Rahul

1 stars 0 forks source link

Column __iadd__ not fidning index #10

Closed timm closed 10 years ago

timm commented 10 years ago

not for col in i.syms: col += lst[sym.col] for col in i.nums: col += lst[sym.col]

but for sym in i.syms: col += lst[sym.col] for num in i.nums: col += lst[num.col]

timm commented 10 years ago

fixed