]> git.donarmstrong.com Git - ca-certificates.git/commitdiff
Remove tab, replace with spaces..
authorMichael Shuler <michael@pbandjelly.org>
Mon, 13 Feb 2012 00:57:41 +0000 (18:57 -0600)
committerMichael Shuler <michael@pbandjelly.org>
Mon, 13 Feb 2012 00:57:41 +0000 (18:57 -0600)
mozilla/certdata2pem.py

index 773ce0d32af81626952c5c0448e57dc98ca115f6..5cc8f4cce5732314293e207ad1390d987497cd05 100644 (file)
@@ -121,7 +121,7 @@ for obj in objects:
                                       .replace('(', '=')\
                                       .replace(')', '=')\
                                       .replace(',', '_') + '.crt'
-       fname = fname.decode('string_escape')
+        fname = fname.decode('string_escape')
         f = open(fname, 'w')
         f.write("-----BEGIN CERTIFICATE-----\n")
         f.write("\n".join(textwrap.wrap(base64.b64encode(obj['CKA_VALUE']), 64)))