mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 03:37:39 +02:00
Fix small typo in llvm2json utility.
This commit is contained in:
@@ -289,7 +289,7 @@ if __name__ == '__main__':
|
||||
print("[*] Converting the YAML to JSON...")
|
||||
sc.set_yaml_data(data)
|
||||
|
||||
if not args.output or args.print:
|
||||
if not args.output or args.display:
|
||||
print("[*] Printing data")
|
||||
print(json.dumps(sc.export_json(), indent = 2, sort_keys = True))
|
||||
if args.output:
|
||||
|
||||
Reference in New Issue
Block a user