Update codespell to 2.3.0 (#118001)
This commit is contained in:
parent
93daac9b3d
commit
dc47792ff2
22 changed files with 29 additions and 28 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue