新增架线南网数据
This commit is contained in:
@@ -68,8 +68,10 @@ if __name__ == "__main__":
|
||||
prjSon = ProjectJson(dirPath)
|
||||
prjSon.parse()
|
||||
tables = prjSon.tables()
|
||||
outPut = os.path.join(outputDir,dirName)
|
||||
os.makedirs(outPut,exist_ok=True)
|
||||
for name,table in tables.items():
|
||||
outputPath = os.path.join(outputDir,dirName,f'{table.name()}.md')
|
||||
outputPath = os.path.join(outPut,f'{table.name()}.md')
|
||||
mdObj = MarkDown(table,outputPath)
|
||||
mdObj.build()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user