X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=pyderasn.py;h=3ed23da12c2fb486359224fc1275413b9da44980;hp=e69b19056ce010fa0ea09e4a111fd68964c34c95;hb=dc78d31d6f27b6cbcfafe8973257a3acb0ce692c;hpb=3bdec8f765e0fa8ed27162a8c0abe391a44dc664 diff --git a/pyderasn.py b/pyderasn.py index e69b190..3ed23da 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -588,7 +588,7 @@ class DecodeError(Exception): c for c in ( "" if self.klass is None else self.klass.__name__, ( - ("(%s)" % ".".join(self.decode_path)) + ("(%s)" % ".".join(str(dp) for dp in self.decode_path)) if len(self.decode_path) > 0 else "" ), ("(at %d)" % self.offset) if self.offset > 0 else "",