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"""