From 557fe62bd2c0d51869028c58e6b82a30f64e017b Mon Sep 17 00:00:00 2001 From: luxin Date: Thu, 31 Mar 2022 14:24:56 +0800 Subject: [PATCH] bug fixed for node_id conflict --- .../config.json" | 2 +- data/tree.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/data/2.python\344\270\255\351\230\266/1.\345\237\272\346\234\254\346\212\200\350\203\275/3.\346\225\260\346\215\256\346\226\207\344\273\266\350\257\273\345\206\231/config.json" "b/data/2.python\344\270\255\351\230\266/1.\345\237\272\346\234\254\346\212\200\350\203\275/3.\346\225\260\346\215\256\346\226\207\344\273\266\350\257\273\345\206\231/config.json" index 3463b54..3ac994e 100644 --- "a/data/2.python\344\270\255\351\230\266/1.\345\237\272\346\234\254\346\212\200\350\203\275/3.\346\225\260\346\215\256\346\226\207\344\273\266\350\257\273\345\206\231/config.json" +++ "b/data/2.python\344\270\255\351\230\266/1.\345\237\272\346\234\254\346\212\200\350\203\275/3.\346\225\260\346\215\256\346\226\207\344\273\266\350\257\273\345\206\231/config.json" @@ -20,7 +20,7 @@ "csv": { "keywords": [], "children": [], - "node_id": "python-4-754", + "node_id": "python-b44d0cae5aff4c10ab17674b54986625", "keywords_must": [], "keywords_forbid": [] } diff --git a/data/tree.json b/data/tree.json index f2f1743..f804778 100644 --- a/data/tree.json +++ b/data/tree.json @@ -1950,7 +1950,7 @@ "csv": { "keywords": [], "children": [], - "node_id": "python-4-754", + "node_id": "python-b44d0cae5aff4c10ab17674b54986625", "keywords_must": [], "keywords_forbid": [] } -- GitLab