From 6bd75bf93ffd07f9fa89b5cf239ebee9e12e3e1d Mon Sep 17 00:00:00 2001 From: Marcel Gansfusz Date: Thu, 30 Oct 2025 15:31:00 +0100 Subject: [PATCH] removed .nvim; added log statements --- .gitignore | 1 + .nvim/rsync.toml_alt | 2 -- app/main.py | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .nvim/rsync.toml_alt diff --git a/.gitignore b/.gitignore index b47b96c..7c23f11 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ app/__pycache__/ mariadb/* unizeug .mypy_cache +.nvim diff --git a/.nvim/rsync.toml_alt b/.nvim/rsync.toml_alt deleted file mode 100644 index 36960a4..0000000 --- a/.nvim/rsync.toml_alt +++ /dev/null @@ -1,2 +0,0 @@ -# remote_path="/srv/http/" -# remote_path="dev@10.0.0.25:/var/www/html/" diff --git a/app/main.py b/app/main.py index 54ff435..8658401 100644 --- a/app/main.py +++ b/app/main.py @@ -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])