mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-20 02:18:59 +00:00
ruff format
This commit is contained in:
@@ -718,7 +718,9 @@ class DockerAddon(DockerInterface):
|
|||||||
prefix="hassio_build_", dir=self.sys_config.path_tmp
|
prefix="hassio_build_", dir=self.sys_config.path_tmp
|
||||||
)
|
)
|
||||||
docker_config_path = Path(temp_dir.name) / "config.json"
|
docker_config_path = Path(temp_dir.name) / "config.json"
|
||||||
docker_config_path.write_text(docker_config_content, encoding="utf-8")
|
docker_config_path.write_text(
|
||||||
|
docker_config_content, encoding="utf-8"
|
||||||
|
)
|
||||||
_LOGGER.debug(
|
_LOGGER.debug(
|
||||||
"Created temporary Docker config for build at %s",
|
"Created temporary Docker config for build at %s",
|
||||||
docker_config_path,
|
docker_config_path,
|
||||||
|
|||||||
Reference in New Issue
Block a user