From: Sergey Matveev Date: Sun, 15 Oct 2017 12:57:47 +0000 (+0300) Subject: Grammar fix X-Git-Tag: 1.4~6 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=eb9768b4e6862f29f870cb928e9a922dfec3a684 Grammar fix --- 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: