added TODO

This commit is contained in:
2025-10-04 12:18:00 +02:00
parent 8df12ec6f4
commit 67e68da880

View File

@@ -145,9 +145,9 @@ def get_current_path(path) -> str:
sys.exit(1)
# FIXME: the assigning of the number to the folders is not working
# TODO: - add logging
# - add docstring
# - add proper naming to the files
def create_recursive_folders(input_path, target_depth, current_depth, width):
"""Creates a recursive directory structure with y as depth and x as width"""