mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Python: CG trace: XML exporter will tell what file it wrote to
This commit is contained in:
@@ -42,3 +42,5 @@ class XMLExporter:
|
|||||||
|
|
||||||
tree = etree.ElementTree(root)
|
tree = etree.ElementTree(root)
|
||||||
tree.write(outfile_path, encoding="utf-8", pretty_print=True)
|
tree.write(outfile_path, encoding="utf-8", pretty_print=True)
|
||||||
|
|
||||||
|
print(f"Wrote {len(recorded_calls)} recorded calls to {outfile_path}")
|
||||||
|
|||||||
Reference in New Issue
Block a user