From: Thierry Parmentelat Date: Mon, 2 Jun 2014 14:56:23 +0000 (+0200) Subject: this goes with previous commit X-Git-Tag: sfa-3.1-7~10 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=6f72090cd276970bbb0447bb3857536f555b809d this goes with previous commit --- 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()