mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Minor formatting error in build.py
This commit is contained in:
parent
98263a429d
commit
6bf07ade4f
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
|
@ -284,5 +284,5 @@ for fa in failed_apps:
|
||||||
|
|
||||||
print "Finished."
|
print "Finished."
|
||||||
if len(failed_apps) > 0:
|
if len(failed_apps) > 0:
|
||||||
print str(len(failed_apps)) + 'builds failed'
|
print str(len(failed_apps)) + ' builds failed'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue