From 707f1b672e9bbdfa6329f254a725a9b2e27cd82a Mon Sep 17 00:00:00 2001 From: luxin Date: Thu, 31 Mar 2022 14:22:13 +0800 Subject: [PATCH] bug fixed for node_id conflict --- data/tree.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tree.json b/data/tree.json index 365b195..f2f1743 100644 --- a/data/tree.json +++ b/data/tree.json @@ -1447,7 +1447,7 @@ "join": { "keywords": [], "children": [], - "node_id": "python-4-175", + "node_id": "python-de63be85ee81431bb2240d9926cf20f9", "keywords_must": [], "keywords_forbid": [] } @@ -1456,7 +1456,7 @@ "replace": { "keywords": [], "children": [], - "node_id": "python-de63be85ee81431bb2240d9926cf20f9", + "node_id": "python-4-177", "keywords_must": [], "keywords_forbid": [] } -- GitLab