diff options
Diffstat (limited to 'unit-tests.py')
-rw-r--r-- | unit-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests.py b/unit-tests.py index 338af64..a304205 100644 --- a/unit-tests.py +++ b/unit-tests.py @@ -657,7 +657,7 @@ class TestPKeyAttribute(TestCaseLoggedIn): try: with hsm.pkey_open(uuid) as pkey: pkey.delete() - except: + except Exception as e: logger.debug("Problem deleting key %s: %s", uuid, e) def load_and_fill(self, flags, n_keys = 1, n_attrs = 2, n_fill = 0): |