From e521b0704e1941ede504f58a615d8a20fa77461b Mon Sep 17 00:00:00 2001 From: GassiGiuseppe Date: Thu, 25 Sep 2025 19:19:11 +0200 Subject: [PATCH] deleted TODO in path_splitter_tree, as it was already resolved --- Scripts/DataCleaning/path_splitter_tree.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Scripts/DataCleaning/path_splitter_tree.py b/Scripts/DataCleaning/path_splitter_tree.py index e7f6f9e..9c0914a 100644 --- a/Scripts/DataCleaning/path_splitter_tree.py +++ b/Scripts/DataCleaning/path_splitter_tree.py @@ -101,7 +101,6 @@ def tree_like(file: str, csv_uri_header:str, out: str): FILE = open(file, "r", encoding="utf-8") - # TODO: Change here so it takes single URI from a CSV file # It is needed the header-name for row in csv.DictReader(FILE):