call dump_string instead of dump
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 7 Jul 2011 16:10:46 +0000 (12:10 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Thu, 7 Jul 2011 16:10:46 +0000 (12:10 -0400)
sfa/trust/credential.py

index bd7e7f1..ceed5af 100644 (file)
@@ -965,6 +965,6 @@ class Credential(object):
 
         if self.parent and dump_parents:
             result += "\nPARENT"
-            result += self.parent.dump(True)
+            result += self.parent.dump_string(True)
 
         return result