From 67e68da880819e4bbf69ee44071073ec36c10c86 Mon Sep 17 00:00:00 2001 From: cerberus Date: Sat, 4 Oct 2025 12:18:00 +0200 Subject: [PATCH] added TODO --- refit/src/modules/librefit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refit/src/modules/librefit.py b/refit/src/modules/librefit.py index 3ec70f9..e4b3844 100644 --- a/refit/src/modules/librefit.py +++ b/refit/src/modules/librefit.py @@ -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"""