the 'authorities' hierarchy will be created in the same directory as the geni config...
authorTony Mack <tmack@cs.princeton.edu>
Tue, 9 Jun 2009 22:21:51 +0000 (22:21 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 9 Jun 2009 22:21:51 +0000 (22:21 +0000)
geni/util/hierarchy.py

index 1146963..d52d5d2 100644 (file)
@@ -106,7 +106,7 @@ class Hierarchy():
     def __init__(self, basedir = None):
         if not basedir:
             config = Config()
-            basedir = config.basepath + os.sep + "authorities"
+            basedir = config.config_path + os.sep + "authorities"
         self.basedir = basedir
     ##
     # Given a hrn, return the filenames of the GID, private key, and dbinfo