X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Fgid.py;fp=sfa%2Ftrust%2Fgid.py;h=b1f2c8233cf3a675f11be3ef4fdc8bc79f806634;hb=f3d825457ff4881b8c9658967f8ed159a01dfcaa;hp=7e9d40cedffd2d2f3c3eddc634fa737e22de0ade;hpb=7928eda8ae331272276237740075e23c6fcfb63f;p=sfa.git diff --git a/sfa/trust/gid.py b/sfa/trust/gid.py index 7e9d40ce..b1f2c823 100644 --- a/sfa/trust/gid.py +++ b/sfa/trust/gid.py @@ -138,7 +138,7 @@ class GID(Certificate): if self.parent and dump_parents: print " "*indent, "parent:" - self.parent.dump(indent+4) + self.parent.dump(indent+4, dump_parents) ## # Verify the chain of authenticity of the GID. First perform the checks