From 17eb6f7b70a32843c59c9a73652ebf485492380f Mon Sep 17 00:00:00 2001 From: azhengzz <820108271@qq.com> Date: Fri, 26 Mar 2021 18:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E2=80=98=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E2=80=99=E5=B7=A5=E5=85=B7=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ApiAutomationTest/app/cores/tool/variable_definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_