KPHippe / ot2_driver

Driver repo for the OT2 drivers
MIT License
0 stars 0 forks source link

Context managing for opening files as binary in `ot2_driver_http.py` #3

Closed KPHippe closed 2 years ago

KPHippe commented 2 years ago

Context management broke the transfer of files via http, but we still need a way to do it. Should figure this out

In def transfer(self, protocol_path: PathLike) -> Tuple[str, str]: of OT2_Driver class

KPHippe commented 2 years ago

See commit 8a4f78d802062d0c0f5ae1af7effd7968f7ece53 for fix details