mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
f1556b0553
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_succeeded)) + ' builds succeeded'
|
||||
print str(len(build_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