Re: [PATCH] u_boot_pylib: Ensure subprocess is closed down

2023-11-02 Thread Simon Glass
It isn't clear why we need to have two different paths for closing down the pipe. Unify them and use the Python to avoid this warning: subprocess.py:1127: ResourceWarning: subprocess 83531 is still running Note that this code appears to originally have come from [1] and was committed into the C

[PATCH] u_boot_pylib: Ensure subprocess is closed down

2023-11-01 Thread Simon Glass
It isn't clear why we need to have two different paths for closing down the pipe. Unify them and use the Python to avoid this warning: subprocess.py:1127: ResourceWarning: subprocess 83531 is still running Note that this code appears to originally have come from [1] and was committed into the C