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])