diff --git a/ApiAutomationTest/app/cores/tool/variable_definition.py b/ApiAutomationTest/app/cores/tool/variable_definition.py index 8c6f569..7836408 100644 --- a/ApiAutomationTest/app/cores/tool/variable_definition.py +++ b/ApiAutomationTest/app/cores/tool/variable_definition.py @@ -24,7 +24,7 @@ class VariableDefinition: self.project_id = project_id def exec_tool(self): - self.dispatcher_logger.logger.info('[脚本][执行]') + self.dispatcher_logger.logger.info('[变量定义][执行]') variables = Variable.get_project_variable(project_id=self.project_id) for row in self.variable_definition_tool.variable_definition_list: variables[row.name_] = row.value_