From 0299eebb6510dfd46f0c4f613b76f56cb66785aa Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 25 Oct 2017 12:14:42 +0300 Subject: [PATCH] Pass decode_path while decoding explicit tags --- pyderasn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyderasn.py b/pyderasn.py index 4e3028c..32ce73c 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -807,7 +807,7 @@ class Obj(object): obj, tail = self._decode( v, offset=offset + tlen + llen, - decode_path=(), + decode_path=decode_path, ) return obj, (tail if leavemm else tail.tobytes()) -- 2.44.0