This commit is contained in:
2019-04-02 15:55:17 +02:00
parent 90a81c425f
commit 7e58956336

View File

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