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+ "; " ,