Commit aeda2889 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f095c21d
No preview for this file type
......@@ -40,7 +40,7 @@ def main():
root = conn.root()
# 0, 1, 2, ... as u32
data = bytes(arange(0, blksize32, dtype=uint32))
data = arange(0, blksize32, dtype=uint32).tobytes()
root['zblk0'] = z0 = ZBlk0()
root['zblk1'] = z1 = ZBlk1() # also covers ZData
......
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