This commit is contained in:
@@ -128,7 +128,7 @@ def print_cmd_records(command = "%", start = None, end = None, result= "%%"):
|
|||||||
print "-----------------------------------------------------------"
|
print "-----------------------------------------------------------"
|
||||||
print "Records from ", start , " to ", end
|
print "Records from ", start , " to ", end
|
||||||
info = get_cmd_records(command, start, end, result)
|
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:
|
for col in STAT_COLUMN_NAMES:
|
||||||
print col+ "; " ,
|
print col+ "; " ,
|
||||||
|
|||||||
Reference in New Issue
Block a user