mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Update codespell to 2.3.0 (#118001)
This commit is contained in:
@ -81,7 +81,7 @@ async def async_exec(*args, display=False):
|
||||
raise
|
||||
|
||||
if not display:
|
||||
# Readin stdout into log
|
||||
# Reading stdout into log
|
||||
stdout, _ = await proc.communicate()
|
||||
else:
|
||||
# read child's stdout/stderr concurrently (capture and display)
|
||||
|
Reference in New Issue
Block a user