fixbug: trd传参错误

This commit is contained in:
莘权 马 2024-06-26 14:33:36 +08:00
parent 04b30386a4
commit 50e92521c2
9 changed files with 284 additions and 14 deletions

View file

@ -163,7 +163,7 @@ async def develop(
)
# Save
file_list = await save_framework(dir_data=framework, output_dir=output_dir)
file_list = await save_framework(dir_data=framework, trd=trd, output_dir=output_dir)
logger.info(f"Output:\n{file_list}")