@ -5,7 +5,7 @@ from tibi_hardlinks.config import CACHE_DIR
import shelve
tibi_cache = shelve.open(Path(CACHE_DIR) / "cache")
tibi_cache = shelve.open(str((Path(CACHE_DIR) / "cache").absolute()))
atexit.register(tibi_cache.close)