We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df24946 commit 49d5117Copy full SHA for 49d5117
1 file changed
scripts/evtx_dump_json.py
@@ -55,9 +55,9 @@ def main():
55
else:
56
data_value=event_data_subvalue
57
58
- # Add information to the JSON object for this specific log
59
- json_subline.update({data_name:data_value})
60
-
+ # Add information to the JSON object for this specific log
+ json_subline.update({data_name: data_value})
+
61
# Print the JSON object for the specific log if not requested to output to file
62
if not args.output:
63
print(json_subline)
0 commit comments