Commit 10d238a7 authored by Klaus Wölfel's avatar Klaus Wölfel

whitespace change only

parent 8bd428c4
......@@ -55,6 +55,7 @@ class DataStream(BigFile):
"""
chunk_list = []
data = self._baseGetData()
for chunk in data.iterate(start_offset, end_offset - start_offset):
chunk_list.append(chunk)
......
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