mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-20 07:24:25 +00:00
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -935,7 +935,7 @@ class DockerAPI(CoreSysAttributes):
|
||||
# Execute
|
||||
try:
|
||||
docker_exec = await docker_container.exec(command)
|
||||
output = await docker_exec.start(detach=True)
|
||||
output = await docker_exec.start(detach=False)
|
||||
exec_metadata = await docker_exec.inspect()
|
||||
except aiodocker.DockerError as err:
|
||||
raise DockerError(
|
||||
|
||||
Reference in New Issue
Block a user