From 2a92261c165677b421342b23c2f4bb6ac83bff00 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 7 Jul 2011 12:10:46 -0400 Subject: [PATCH] call dump_string instead of dump --- sfa/trust/credential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py index bd7e7f1d..ceed5af6 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -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 -- 2.43.0