Closed KPHippe closed 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
def transfer(self, protocol_path: PathLike) -> Tuple[str, str]:
OT2_Driver
See commit 8a4f78d802062d0c0f5ae1af7effd7968f7ece53 for fix details
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]:
ofOT2_Driver
class