Open ChrisTimperley opened 5 years ago
It is presently unclear that launch is context managed. Either: (a) make it explicit that launch is context managed, or (b) implement __enter__ and __exit__ methods for System that allow it to operate as a file-like context-managed object.
__enter__
__exit__
System
It is presently unclear that launch is context managed. Either: (a) make it explicit that launch is context managed, or (b) implement
__enter__
and__exit__
methods forSystem
that allow it to operate as a file-like context-managed object.