Added todo

This commit is contained in:
Christian Risi 2025-09-25 12:00:26 +02:00
parent 0b626a8e09
commit f28952b0a2

View File

@ -84,6 +84,7 @@ def tree_like(file: str, out: str):
FILE = open(file, "r", encoding="utf-8") FILE = open(file, "r", encoding="utf-8")
# TODO: Change here so it takes single URI from a CSV file
for row in FILE: for row in FILE:
sections = row.split("/") sections = row.split("/")