修改mil_create_data_excel.py,添加return_object参数
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user