i think this code is actually correct, but mypy is...
# development
a
i think this code is actually correct, but mypy isn’t accepting it. wherever exit_code is referenced, it will have to have successfully gone through the try block. you can possibly put
exit_code: int
above the try block?