removed .nvim; added log statements
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ app/__pycache__/
|
||||
mariadb/*
|
||||
unizeug
|
||||
.mypy_cache
|
||||
.nvim
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
# remote_path="/srv/http/"
|
||||
# remote_path="dev@10.0.0.25:/var/www/html/"
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user