From 6f72090cd276970bbb0447bb3857536f555b809d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Jun 2014 16:56:23 +0200 Subject: [PATCH] this goes with previous commit --- 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 044d9185..a9f2d1df 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -270,7 +270,7 @@ class Credential(object): # if this is a legacy credential, write error and bail out if str.strip().startswith("-----"): logger.error("Legacy credentials not supported any more - giving up with %s..."%str[:10]) - break + return else: self.xml = str self.decode() -- 2.43.0