Closed GoogleCodeExporter closed 8 years ago
Most likely, the error is from ib/ext/EReader.py line 541 and line 553:
len((strval) == 0)
might actually be
len(strval) == 0
Original comment by yichun....@gmail.com
on 7 Jan 2008 at 1:35
Also it is the similar case in ib/ext/ESocketClient.py, the last line.
Original comment by yichun....@gmail.com
on 7 Jan 2008 at 1:36
Original comment by troy.mel...@gmail.com
on 5 Feb 2008 at 8:59
Fixed in r294.
Original comment by troy.mel...@gmail.com
on 11 May 2008 at 3:30
Original issue reported on code.google.com by
yichun....@gmail.com
on 7 Jan 2008 at 1:32Attachments: