From 6cde17d86c879272f3eb99ad1c089f0748723fdc Mon Sep 17 00:00:00 2001 From: Josh Karlin Date: Thu, 20 May 2010 14:01:21 +0000 Subject: [PATCH] removed a comment --- 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 1a51832e..f3fb180b 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -662,7 +662,7 @@ class Credential(object): % (self.xmlsec_path, ref, cert_args, filename)).read() if not verified.strip().startswith("OK"): raise CredentialNotVerifiable("xmlsec1 error: " + verified) -# os.remove(filename) + os.remove(filename) # Verify the parents (delegation) if self.parent: -- 2.43.0