We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9c7c3 commit c1880d5Copy full SHA for c1880d5
examples/defense/list_events_with_cmdline_csv.py
@@ -56,9 +56,9 @@ def main():
56
else:
57
events = list(cb.select(Event))
58
59
- # print the column headers
60
- print "Event Time|Event ID|Create Time|Event Type|Description|Command Line"
61
-
+ # print the column headers
+ print("Event Time|Event ID|Create Time|Event Type|Description|Command Line")
+
62
for event in events:
63
# convert event and create times
64
event_time = str(convert_time(event.createTime))
0 commit comments