Commit ec0765a
committed
store the omx version as bytes
When storing attributes, PyTables stores str as pickled objects, not the raw bytes. To store a simple string that non-python HDF5 implementations can recover, it needs to be written as bytes instead.1 parent ab22d10 commit ec0765a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments