Keep also the number of broken packages
This commit is contained in:
parent
4e585ba6db
commit
8ab46ef209
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ def check_status(project, username):
|
|||
logging.info("No broken packages found in %s", project)
|
||||
return
|
||||
|
||||
logging.info("Found %s broken packages", len(broken_packages))
|
||||
for package in broken_packages:
|
||||
logging.info("Triggering package %s", package)
|
||||
trigger_update(project, package, token)
|
||||
|
|
Loading…
Add table
Reference in a new issue