提交 3e6b1dbe 编写于 作者: L liym27 提交者: Tao Luo

fix bug of checking op desc: not DUPLICABLE but DISPENSABLE (#22039)

上级 c7b03d30
......@@ -65,7 +65,7 @@ def diff_vars(origin_vars, new_vars):
var_deleted_error_massage.append(var_name)
for var_name in vars_name_only_in_new:
if not new_vars.get(var_name).get(DUPLICABLE):
if not new_vars.get(var_name).get(DISPENSABLE):
error, var_error = True, True
var_added_error_massage.append(var_name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册