From 7e58956336b5d2f8acf85dae1b47328545fbb641 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 2 Apr 2019 15:55:17 +0200 Subject: [PATCH] --- script/statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/statistics.py b/script/statistics.py index 57249f2..2e5649a 100644 --- a/script/statistics.py +++ b/script/statistics.py @@ -128,7 +128,7 @@ def print_cmd_records(command = "%", start = None, end = None, result= "%%"): print "-----------------------------------------------------------" print "Records from ", start , " to ", end info = get_cmd_records(command, start, end, result) - print "Command: " , command , " Result: ", result " Records: ", len(info) + print "Command: " , command , " Result: ", result, " Records: ", len(info) for col in STAT_COLUMN_NAMES: print col+ "; " ,