Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct local_cache to use for "diff" #61

Open
drernie opened this issue Jun 8, 2023 · 0 comments
Open

correct local_cache to use for "diff" #61

drernie opened this issue Jun 8, 2023 · 0 comments

Comments

@drernie
Copy link
Member

drernie commented Jun 8, 2023

I am trying to find the "local cache" used on quit3 install to detect changes in the user-facing download directory.

However, it doesn't seem like the quilt3 API actually uses that anymore. Am I misinterpreting something?

From class QuiltLocal in quiltplus/local.py:

from quilt3.backends import get_package_registry  # type: ignore
self.local_registry = get_package_registry()
base_path = Path(self.local_registry.base.path)
logging.debug(f"local_registry.base.path: {base_path}")
if not base_path.exists():
            logging.warning(f"local_cache does not exist: {base_path}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant