From a4d3b6aa8362002b73135e6826c962143202087f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 29 Jul 2011 16:02:11 +0100 Subject: Remove superfluous newline from output. --- benchmark-cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark-cmd b/benchmark-cmd index 3fb924f..3a5ee84 100755 --- a/benchmark-cmd +++ b/benchmark-cmd @@ -136,7 +136,7 @@ class Benchmarker(cliapp.Application): self.output.write('MEASURE: %s\n' % cmd) out = self.runcmd(time_argv) if self.settings['verbose']: - self.output.write('%s\n' % out) + self.output.write(out) data = [] while True: -- cgit v1.2.1