commit | 2a864f111fb0df5f53a173ad8adac47e81ce5d93 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Wed Sep 14 11:10:29 2011 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Wed Sep 14 11:10:29 2011 -0400 |
tree | a4e0582c6849362ea8e3bb6a0833261be3563dc5 | |
parent | d440a083e0077c5e3cbeafa6092bccdc4b2b29da [diff] [blame] |
The callback exception now propagates, yay
diff --git a/leakcheck/crypto.py b/leakcheck/crypto.py index c12d8ff..6a9af92 100644 --- a/leakcheck/crypto.py +++ b/leakcheck/crypto.py
@@ -97,7 +97,7 @@ load_privatekey( FILETYPE_PEM, self.ENCRYPTED_PEM, lambda *args: {}) - except Error: + except ValueError: pass