mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Fix inexplicable error in 8b53c4
This commit is contained in:
parent
db18a8994e
commit
2e78de4095
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