buildroot: small whitespace fix
Introduce a newline. David, we miss you.
This commit is contained in:
parent
c434d7bea2
commit
fdf3160f49
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class CompletedBuild:
|
|||
`output`. The latter is also provided via `stderr`, `stdout`
|
||||
properties, making it a drop-in replacement for `CompletedProcess`.
|
||||
"""
|
||||
|
||||
def __init__(self, proc: subprocess.CompletedProcess, output: str):
|
||||
self.process = proc
|
||||
self.output = output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue