pass dump_parents to the parents dump() call
authorTony Mack <tmack@cs.princeton.edu>
Tue, 4 May 2010 20:50:59 +0000 (20:50 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 4 May 2010 20:50:59 +0000 (20:50 +0000)
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