This commit is contained in:
Mike McLean 2023-05-23 09:11:54 -04:00 committed by Tomas Kopecek
parent 07e4193160
commit 2360e6f9a2

View file

@ -953,7 +953,7 @@ class RepoManager(object):
# how expired are we?
ts = 0
for repo in tag_repos.get(tag_id, []):
if repo.problem:
if repo.problem():
continue
if repo.expire_ts:
if repo.expire_ts > ts: