Make some minor improvements

This commit is contained in:
Veronica Berglyd Olsen
2023-12-01 18:18:26 +01:00
parent ecaaffb029
commit 6d769cb512
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -118,8 +118,6 @@ def fncPath():
fncPath = _TMP_ROOT / "function"
if fncPath.is_dir():
shutil.rmtree(fncPath)
elif fncPath.is_file():
fncPath.unlink()
fncPath.mkdir(exist_ok=True)
return fncPath