Add a notification when no broken packages are found
This commit is contained in:
parent
8b4fa46cac
commit
4e585ba6db
1 changed files with 1 additions and 0 deletions
1
obs/fix_broken.py
Normal file → Executable file
1
obs/fix_broken.py
Normal file → Executable file
|
@ -58,6 +58,7 @@ def check_status(project, username):
|
|||
'//result[@arch="x86_64"]/status[@code="broken"]/@package'))
|
||||
|
||||
if not broken_packages:
|
||||
logging.info("No broken packages found in %s", project)
|
||||
return
|
||||
|
||||
for package in broken_packages:
|
||||
|
|
Loading…
Add table
Reference in a new issue