mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +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>