Commits on Source 2
-
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