From: Tony Mack Date: Fri, 12 Jun 2009 21:58:58 +0000 (+0000) Subject: had to remove '\n' from from Certificate.separator. It breaks things and is taking... X-Git-Tag: sfa-0.9-0@14641~286 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=21e5e0394f7db8561e4ea20904894d6e9cca769f;p=sfa.git had to remove '\n' from from Certificate.separator. It breaks things and is taking me too long to debug. Sorry Thierry... --- diff --git a/geni/util/cert.py b/geni/util/cert.py index 049fa14d..986a09bd 100644 --- a/geni/util/cert.py +++ b/geni/util/cert.py @@ -227,7 +227,7 @@ class Certificate: issuerSubject = None parent = None - separator="-----parent-----\n" + separator="-----parent-----" ## # Create a certificate object.