Fix small typo in llvm2json utility.

This commit is contained in:
Mike Auty
2019-01-25 01:35:00 +00:00
parent fcd77b4c5f
commit 43cc7b836c
+1 -1
View File
@@ -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: