修改mil_create_data_excel.py,添加return_object参数

This commit is contained in:
2026-06-09 14:20:16 +08:00
parent dda9782d12
commit 38610e97eb
-1
View File
@@ -19,7 +19,6 @@ logger = logging.getLogger(__name__)
CaseResultDict = dict[str, Any] CaseResultDict = dict[str, Any]
def create_excel_case( def create_excel_case(
excel_path: str, excel_path: str,
data_dict: dict, data_dict: dict,