You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return type of compose.run is Union[str, python_on_whales.components.container.cli_wrapper.Container]
ma in case of stream it is returned stream_stdout_and_stderr... so the return type should be
Union[str, python_on_whales.components.container.cli_wrapper.Container, Iterable[Tuple[str, bytes]]], is it correct?
The text was updated successfully, but these errors were encountered:
The return type of compose.run is
Union[str, python_on_whales.components.container.cli_wrapper.Container]
ma in case of stream it is returned
stream_stdout_and_stderr
... so the return type should beUnion[str, python_on_whales.components.container.cli_wrapper.Container, Iterable[Tuple[str, bytes]]]
, is it correct?The text was updated successfully, but these errors were encountered: