mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 19:42:58 +00:00
Fix
This commit is contained in:
@@ -93,7 +93,7 @@ class TrackedContainer:
|
|||||||
no_errors: bool = True,
|
no_errors: bool = True,
|
||||||
**kwargs: typing.Any,
|
**kwargs: typing.Any,
|
||||||
) -> str:
|
) -> str:
|
||||||
running_container = self.run_and_wait(**kwargs)
|
running_container = self.run_detached(**kwargs)
|
||||||
rv = running_container.wait(timeout=timeout)
|
rv = running_container.wait(timeout=timeout)
|
||||||
logs = running_container.logs().decode("utf-8")
|
logs = running_container.logs().decode("utf-8")
|
||||||
LOGGER.debug(logs)
|
LOGGER.debug(logs)
|
||||||
|
Reference in New Issue
Block a user