fix bug
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 5 Feb 2013 01:05:28 +0000 (20:05 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Tue, 5 Feb 2013 01:05:28 +0000 (20:05 -0500)
sfa/trust/gid.py

index f4c0cb1..3d74d56 100644 (file)
@@ -80,7 +80,7 @@ class GID(Certificate):
         self.hrn = None
         self.urn = None
         self.email = None # for adding to the SubjectAltName             
-        Certificate.__init__(self, lifeDays, create, subject, string, filename, email=email)
+        Certificate.__init__(self, lifeDays, create, subject, string, filename)
         if subject:
             logger.debug("Creating GID for subject: %s" % subject)
         if uuid: