fixed contrib/testRender.py crashing when -l isn't specified
This commit is contained in:
@@ -131,6 +131,7 @@ try:
|
|||||||
print "... done"
|
print "... done"
|
||||||
stats = get_stats(timelist)
|
stats = get_stats(timelist)
|
||||||
print stats
|
print stats
|
||||||
|
if log:
|
||||||
log.write("%s %s\n" % (commit, repr(stats)))
|
log.write("%s %s\n" % (commit, repr(stats)))
|
||||||
except CalledProcessError, e:
|
except CalledProcessError, e:
|
||||||
if options.fatal_errors:
|
if options.fatal_errors:
|
||||||
|
|||||||
Reference in New Issue
Block a user