deleted TODO in path_splitter_tree, as it was already resolved
This commit is contained in:
parent
0a698e9837
commit
e521b0704e
@ -101,7 +101,6 @@ def tree_like(file: str, csv_uri_header: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
|
|
||||||
# It is needed the header-name
|
# It is needed the header-name
|
||||||
for row in csv.DictReader(FILE):
|
for row in csv.DictReader(FILE):
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user