Commit 9dc2162
committed
Fix bug in FunctionRunner function deserialisation
In h5py 3.0, all strings from datasets are returned as bytestrings:
h5py/h5py#1338
Luckily this isn't more of an issue throughout the labscript suite,
because we still have lots of code that is unassuming about string
datatypes due to the port from Python 2. But it will probably show up
elsewhere too.1 parent 75b175d commit 9dc2162
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments