Better build log formatting for wiki

This commit is contained in:
Ciaran Gultnieks 2013-05-20 21:19:53 +01:00
parent 8a99fb3da4
commit d832bf8e9e
2 changed files with 15 additions and 1 deletions

View file

@ -677,7 +677,7 @@ def main():
if options.stop:
sys.exit(1)
failed_apps[app['id']] = be
wikilog = str(be)
wikilog = be.get_wikitext()
except VCSException as vcse:
print "VCS error while building app %s: %s" % (app['id'], vcse)
if options.stop: