From 8202d1615d5cdcc33f4b9824a09c160c72162b20 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 4 May 2010 20:50:59 +0000 Subject: [PATCH] pass dump_parents to the parents dump() call --- sfa/trust/gid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0