Index: U:/roundup/cgi/client.py =================================================================== --- U:/roundup/cgi/client.py (revision 4159) +++ U:/roundup/cgi/client.py (working copy) @@ -1300,7 +1300,7 @@ try: if offset: f.seek(offset) - content = f.read(length) + content = f.read(length) finally: f.close() self.write(content)