mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Correct number of builds succeeded
This commit is contained in:
parent
655676c504
commit
8b53c4a503
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -299,7 +299,7 @@ for fa in failed_apps:
|
|||
|
||||
print "Finished."
|
||||
if len(build_succeeded) > 0:
|
||||
print str(len(failed_apps)) + ' builds succeeded'
|
||||
print str(len(failed_succeeded)) + ' builds succeeded'
|
||||
if len(failed_apps) > 0:
|
||||
print str(len(failed_apps)) + ' builds failed'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue