0

Merge branch 'dtt-c-render' into py-package

Conflicts:
	overviewer.py
This commit is contained in:
Aaron Griffith
2011-04-01 21:59:52 -04:00
8 changed files with 539 additions and 405 deletions

View File

@@ -131,7 +131,8 @@ try:
print "... done"
stats = get_stats(timelist)
print stats
log.write("%s %s\n" % (commit, repr(stats)))
if log:
log.write("%s %s\n" % (commit, repr(stats)))
except CalledProcessError, e:
if options.fatal_errors:
print