未验证 提交 376435d4 编写于 作者: C Cleber Rosa

Merge remote-tracking branch 'ldoktor/replay-variant-None'

Signed-off-by: NCleber Rosa <crosa@redhat.com>
......@@ -390,7 +390,7 @@ def dump_ivariants(ivariants):
safe_variant = {}
safe_variant["mux_path"] = [str(pth)
for pth in variant.get("mux_path")]
safe_variant["variant_id"] = str(variant.get("variant_id"))
safe_variant["variant_id"] = variant.get("variant_id")
safe_variant["variant"] = [dump_tree_node(_)
for _ in variant.get("variant", [])]
variants.append(safe_variant)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册