mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +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>