cast to string
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Sat, 30 Jun 2012 02:12:02 +0000 (22:12 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Sat, 30 Jun 2012 02:12:02 +0000 (22:12 -0400)
sfa/trust/hierarchy.py

index 598ba56..2040510 100644 (file)
@@ -141,7 +141,7 @@ class Hierarchy:
     # @param create_parents if true, also create the parents if they do not exist
 
     def create_auth(self, xrn, create_parents=False):
-        hrn, type = urn_to_hrn(xrn)
+        hrn, type = urn_to_hrn(str(xrn))
         logger.debug("Hierarchy: creating authority: %s"% hrn)
 
         # create the parent authority if necessary