From 9d4735ee3a5e3bf87bcc57ac586b669d981d5117 Mon Sep 17 00:00:00 2001 From: Mars Liu Date: Wed, 3 Nov 2021 11:47:21 +0800 Subject: [PATCH] reflections for new pipeline --- src/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tree.py b/src/tree.py index 3b72d84a3..d6b93bb1e 100644 --- a/src/tree.py +++ b/src/tree.py @@ -58,7 +58,7 @@ def gen_tree(data_path): def gen_node_id(): # return ''.join(str(uuid.uuid5(uuid.NAMESPACE_URL, 'skill_tree')).split('-')) - return "opencv-" + uuid.uuid4().hex + return "algorithm-" + uuid.uuid4().hex def list_dir(p): v = os.listdir(p) -- GitLab