pass dump_parents to the parents dump() call
[sfa.git] / sfa / trust / gid.py
index 7e9d40c..b1f2c82 100644 (file)
@@ -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