labscript-suite / labscript-utils

Shared modules used by the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦. Includes a graphical exception handler, debug tools, configuration management, cross platform filepath conversions, unit conversions and custom GUI widgets.
http://labscriptsuite.org
Other
2 stars 45 forks source link

Bugfix for older h5 files #67

Closed philipstarkey closed 3 years ago

philipstarkey commented 3 years ago

Seems like an _ensure_str call was missed in the backwards compatibility with old h5 files when loading the connection table. ast.literal_eval() was unable to evaluate b'None' prior to this fix.