intbio-ncl / BiomationScripterLib

A Python library to assist with scripting bio-automation protocols
MIT License
3 stars 0 forks source link

Temporary fix for `OTProto.get_labware_format` raising `FileNotFound` error #22

Closed Brad0440 closed 2 years ago

Brad0440 commented 2 years ago

Added a custom labware directory into OTProto. If the FileNotFound error is raised, the custom labware file will be looked for here.

This is a temporary solution.