We should dump readable output for API run_project_return_dict
This commit is contained in:
@@ -213,7 +213,7 @@ def export_inp(name: str, version: str = '3') -> ChangeSet:
|
|||||||
|
|
||||||
#DingZQ, 2025-02-04, 返回dict[str, Any]
|
#DingZQ, 2025-02-04, 返回dict[str, Any]
|
||||||
def run_project_return_dict(name: str) -> dict[str, Any]:
|
def run_project_return_dict(name: str) -> dict[str, Any]:
|
||||||
return epanet.run_project_return_dict(name)
|
return epanet.run_project_return_dict(name, True)
|
||||||
|
|
||||||
# original code
|
# original code
|
||||||
def run_project(name: str) -> str:
|
def run_project(name: str) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user