Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also catch FileNotFoundError when detecting multiarch (#159)
When the executable we're trying to invoke doesn't exist at all, we'll see a FileNotFoundError and not a subprocess.CalledProcessError.
- Loading branch information