Commit e0d08507 authored by Jim Fulton's avatar Jim Fulton

Got rid of silly flush call (on an *input* file ;)

parent 9ba9610b
......@@ -106,7 +106,6 @@ def _read_and_report(file, rpt=None, fromEnd=0, both=0, n=99999999, show=0):
Read a file's index up to the given time.
"""
first=1
file.flush()
seek=file.seek
read=file.read
unpack=struct.unpack
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment