We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to find the "local cache" used on quit3 install to detect changes in the user-facing download directory.
quit3 install
However, it doesn't seem like the quilt3 API actually uses that anymore. Am I misinterpreting something?
quilt3
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}")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: