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

Add meaningful repr for cache class #15

Open
maxfischer2781 opened this issue Jul 3, 2024 · 0 comments
Open

Add meaningful repr for cache class #15

maxfischer2781 opened this issue Jul 3, 2024 · 0 comments

Comments

@maxfischer2781
Copy link
Member

The ConfigCache class is stringified in at least one instance for humans:

LOGGER.critical("cache %r corrupted by other hook: %r", self, meta_data)

Since it has no __repr__, this just shows the meaningless <ConfigCache object …> default. Instead, it should have a meaningful repr like ConfigCache(git_uri, branch, cache_path, max_age).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant