asn1rt: fix call to get_complexity

This commit is contained in:
p1-bmu 2020-11-18 19:28:23 +01:00
parent e00c5bb77a
commit 99db2b153a
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ class ASN1Obj(Element):
else:
Comp._proto_recur = self._proto_recur + [id(Comp)]
Comp._proto_path = self._proto_path + [None]
comp_num, comp_depth, compr_recur = Comp.get_complexity(
comp_num, comp_depth, comp_recur = Comp.get_complexity(
w_open,
w_opt,
print_recurs,