Added todo
This commit is contained in:
parent
0b626a8e09
commit
f28952b0a2
@ -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("/")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user