we want to go to last position.

This commit is contained in:
benoitc 2010-03-01 00:25:25 +01:00
parent 0629f011e8
commit 19a4a081a2

View File

@ -47,7 +47,7 @@ class TeeInput(object):
self.tmp.seek(self._tmp_size())
if not self._tee(CHUNK_SIZE):
break
self.tmp.seek(0)
self.tmp.seek(pos)
self._len = self._tmp_size()
return self._len