Comment 3 for bug 776555

Revision history for this message
Andrew (andrew-rw-robinson) wrote :

Work-around is to define the start method as:
  def start(self, filename, url, basename, size, text):
    length = size
    ...
instead of:
  def start(self, filename, url, basename, length, text):
    ...