mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
subprocess.CalledProcessError() constructor arguments aren't documented, but these are them. Even if they change, it's an improvement over a non-existent exception name! Found by Ruff checking F821. Signed-off-by: Angus Gratton <angus@redyak.com.au>