From eb9768b4e6862f29f870cb928e9a922dfec3a684 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 15 Oct 2017 15:57:47 +0300 Subject: [PATCH] Grammar fix --- pyderasn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyderasn.py b/pyderasn.py index 8e7f028..4e3028c 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -3619,7 +3619,7 @@ class Sequence(Obj): v = v_tail if spec.default is not None and value == spec.default: # Encoded default values are not valid in DER, - # but we still allow that + # but we allow that anyway continue values[name] = value if len(v) > 0: -- 2.44.0