From 6d46bcde0f269c9591406dd3343e852fad7e5a76 Mon Sep 17 00:00:00 2001 From: luxin Date: Thu, 31 Mar 2022 14:21:53 +0800 Subject: [PATCH] bug fixed for node_id conflict --- .../config.json" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/6.\345\255\227\347\254\246\344\270\262\346\226\271\346\263\225/config.json" "b/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/6.\345\255\227\347\254\246\344\270\262\346\226\271\346\263\225/config.json" index d3377b7..58e9530 100644 --- "a/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/6.\345\255\227\347\254\246\344\270\262\346\226\271\346\263\225/config.json" +++ "b/data/1.python\345\210\235\351\230\266/3.\350\277\233\351\230\266\350\257\255\346\263\225/6.\345\255\227\347\254\246\344\270\262\346\226\271\346\263\225/config.json" @@ -77,7 +77,7 @@ "join": { "keywords": [], "children": [], - "node_id": "python-4-175", + "node_id": "python-de63be85ee81431bb2240d9926cf20f9", "keywords_must": [], "keywords_forbid": [] } @@ -86,7 +86,7 @@ "replace": { "keywords": [], "children": [], - "node_id": "python-de63be85ee81431bb2240d9926cf20f9", + "node_id": "python-4-177", "keywords_must": [], "keywords_forbid": [] } -- GitLab