summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 701b686)
raw | patch | inline | side by side (parent: 701b686)
author | stefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 24 Feb 2009 05:07:03 +0000 (05:07 +0000) | ||
committer | stefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 24 Feb 2009 05:07:03 +0000 (05:07 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4169 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/client.py | patch | blob | history |
diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py
index 10d2aa2cd7df8c999f0cf2382582bdcc8e840aa9..7d534ca7563752a2126a8948f28d0ca6679386f6 100644 (file)
--- a/roundup/cgi/client.py
+++ b/roundup/cgi/client.py
try:
if offset:
f.seek(offset)
- content = f.read(length)
+ content = f.read(length)
finally:
f.close()
self.write(content)