Patch: update to version 4 (#312)

This commit is contained in:
Fabian Dill
2022-03-18 04:53:09 +01:00
committed by GitHub
parent b02a710bc5
commit 7394598aff
14 changed files with 334 additions and 118 deletions

View File

@@ -72,7 +72,7 @@ def is_frozen() -> bool:
return getattr(sys, 'frozen', False)
def local_path(*path):
def local_path(*path: str):
if local_path.cached_path:
return os.path.join(local_path.cached_path, *path)