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

WholeFileCacheSystem.ls() does not allow **kwargs (like refresh) #1737

Open
Danferno opened this issue Oct 23, 2024 · 1 comment
Open

WholeFileCacheSystem.ls() does not allow **kwargs (like refresh) #1737

Danferno opened this issue Oct 23, 2024 · 1 comment

Comments

@Danferno
Copy link

Is there a reason WholeFileCacheSystem.ls() does not allow **kwargs such as refresh, whereas SimpleCacheFileSystem does?

@martindurant
Copy link
Member

Passing through kwargs sounds like the right thing to do. Simplecache gets far more use than WholeFile, most people don't end up needing the metadata tracking.

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

2 participants