typo
This commit is contained in:
parent
07e4193160
commit
2360e6f9a2
1 changed files with 1 additions and 1 deletions
|
|
@ -953,7 +953,7 @@ class RepoManager(object):
|
||||||
# how expired are we?
|
# how expired are we?
|
||||||
ts = 0
|
ts = 0
|
||||||
for repo in tag_repos.get(tag_id, []):
|
for repo in tag_repos.get(tag_id, []):
|
||||||
if repo.problem:
|
if repo.problem():
|
||||||
continue
|
continue
|
||||||
if repo.expire_ts:
|
if repo.expire_ts:
|
||||||
if repo.expire_ts > ts:
|
if repo.expire_ts > ts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue