From 70afb31d4b4c887d5504404707849568a9e1e340 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 10 Mar 2017 16:19:09 -0500 Subject: Typo. --- libhal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhal.py b/libhal.py index 53e5fe8..510827c 100644 --- a/libhal.py +++ b/libhal.py @@ -392,7 +392,7 @@ class PKey(Handle): self.hsm.pkey_verify(self, hash = hash, data = data, signature = signature) def set_attributes(self, attributes = None, **kwargs): - assert if attributes is None or not kwargs + assert attributes is None or not kwargs self.hsm.pkey_set_attributes(self, attributes or kwargs) def get_attributes(self, attributes): -- cgit v1.2.3