From f28952b0a265787f7cd3d588dfd9bad4fa0913f5 Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Thu, 25 Sep 2025 12:00:26 +0200 Subject: [PATCH] Added todo --- Scripts/DataCleaning/path_splitter_tree.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/DataCleaning/path_splitter_tree.py b/Scripts/DataCleaning/path_splitter_tree.py index 51df619..e237308 100644 --- a/Scripts/DataCleaning/path_splitter_tree.py +++ b/Scripts/DataCleaning/path_splitter_tree.py @@ -84,6 +84,7 @@ def tree_like(file: str, out: str): FILE = open(file, "r", encoding="utf-8") + # TODO: Change here so it takes single URI from a CSV file for row in FILE: sections = row.split("/")