修改‘变量定义’工具执行日志输出信息
This commit is contained in:
parent
fde10bec05
commit
17eb6f7b70
|
@ -24,7 +24,7 @@ class VariableDefinition:
|
||||||
self.project_id = project_id
|
self.project_id = project_id
|
||||||
|
|
||||||
def exec_tool(self):
|
def exec_tool(self):
|
||||||
self.dispatcher_logger.logger.info('[脚本][执行]')
|
self.dispatcher_logger.logger.info('[变量定义][执行]')
|
||||||
variables = Variable.get_project_variable(project_id=self.project_id)
|
variables = Variable.get_project_variable(project_id=self.project_id)
|
||||||
for row in self.variable_definition_tool.variable_definition_list:
|
for row in self.variable_definition_tool.variable_definition_list:
|
||||||
variables[row.name_] = row.value_
|
variables[row.name_] = row.value_
|
||||||
|
|
Loading…
Reference in New Issue