Commits on Source 3
-
Since `CalledProcessError` is defined by the `subprocess` module, it must be caught as `subprocess.CalledProcessError`, and not as simply `CalledProcessError`.
-
Chandan Singh authored
doc/badges.py: Fix catching of CalledProcessError See merge request !1160
-
Instead of importing `Mapping` from `collections`, it must be imported from `collections.abc`, as the old method will stop working from Python 3.8.