You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
The
ConfigCache
class is stringified in at least one instance for humans:condor-git-config/condor_git_config.py
Line 133 in ca7507d
Since it has no
__repr__
, this just shows the meaningless<ConfigCache object …>
default. Instead, it should have a meaningful repr likeConfigCache(git_uri, branch, cache_path, max_age)
.The text was updated successfully, but these errors were encountered: