[obs-commits] [openSUSE/osc] 75ba92: custom exception if importing m2crypto fails
Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 75ba922eb2955794cda5a4bf91d2a729e39a13ce https://github.com/openSUSE/osc/commit/75ba922eb2955794cda5a4bf91d2a729e39a1... Author: Nicholas Brown <nick.brown@att.com> Date: 2020-02-18 (Tue, 18 Feb 2020) Changed paths: M osc/babysitter.py Log Message: ----------- custom exception if importing m2crypto fails fixes #743 Commit: 80c9b6e3df778ffd451b329e9c48c62528d45ec9 https://github.com/openSUSE/osc/commit/80c9b6e3df778ffd451b329e9c48c62528d45... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2020-02-18 (Tue, 18 Feb 2020) Changed paths: M osc/babysitter.py Log Message: ----------- Merge branch 'm2crypto_exceptions' of https://github.com/nickbroon/osc The babysitter module sets SSLError and SSLVerificationError to None, if m2crypto is, for instance, missing. This works in python2 but breaks in python3. Hence, both should be classes that inherit from Exception. Compare: https://github.com/openSUSE/osc/compare/5185026084a0...80c9b6e3df77
participants (1)
-
Marcus Hüwe