removed .nvim; added log statements

This commit is contained in:
Marcel Gansfusz
2025-10-30 15:31:00 +01:00
parent 5bc24a32d5
commit 6bd75bf93f
3 changed files with 2 additions and 2 deletions

View File

@@ -735,6 +735,7 @@ def make_savepath(
ftype: str,
) -> os.PathLike:
"""Generates the path, the file is saved to after the upload process is finished. It creates all nessecery directories."""
info(f"Started to make Savepath for {fname} in {lva} for prof {prof}.")
lv = get_lvpath(lva)
lvpath = Path(lv[1])
pf = get_profpath(prof, lv[0])