漏传文件
This commit is contained in:
@@ -89,7 +89,7 @@ def generate_datasource():
|
||||
class PropertyGraphChache:
|
||||
def generate(self):
|
||||
GRAPH_STORE_TYPE = os.getenv("GRAPH_STORE_TYPE", "")
|
||||
GRAPH_STORAGE_DIR = os.getenv("GRAPH_STORAGE_DIR", "storage_graph")
|
||||
GRAPH_STORAGE_DIR = os.getenv("GRAPH_STORAGE_PATH", "storage_graph")
|
||||
prjInfos = getProjectInfos()
|
||||
for prjInfo in prjInfos:
|
||||
prjFlag = prjInfo['flag']
|
||||
|
||||
Reference in New Issue
Block a user