mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Stop excessive build output
This commit is contained in:
parent
b48239084d
commit
7ca5955cac
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ def main():
|
|||
logfile = open(os.path.join(log_dir, app['id'] + '.log'), 'a+')
|
||||
logfile.write(str(be))
|
||||
logfile.close()
|
||||
print "Could not build app %s due to BuildException: %s" % (app['id'], be)
|
||||
print "Could not build app %s due to BuildException: %s" % (app['id'], be.value)
|
||||
if options.stop:
|
||||
sys.exit(1)
|
||||
failed_apps[app['id']] = be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue