mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix TmpDir and Location
TmpDir: Clean up before and after, not just after Location: Resolve path so that parent check works properly
This commit is contained in:
@ -88,7 +88,7 @@ class Location:
|
||||
"""
|
||||
|
||||
def __init__(self, path: Path):
|
||||
self._path = path
|
||||
self._path = path.resolve()
|
||||
|
||||
@property
|
||||
def path(self) -> Path:
|
||||
|
Reference in New Issue
Block a user