Updated some stuff trying to get package fetching working
This commit is contained in:
@@ -4,7 +4,7 @@ from pathlib import Path
|
||||
|
||||
from config import load_config
|
||||
|
||||
CACHE_DIR = os.path.expanduser(load_config()["cache_dir"])
|
||||
CACHE_DIR = Path(os.path.expanduser(load_config()["cache_dir"]))
|
||||
|
||||
def fetch_package(meta: dict) -> tuple[Path, Path]:
|
||||
CACHE_DIR.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
Reference in New Issue
Block a user