This commit is contained in:
@@ -42,10 +42,6 @@ def main():
|
||||
|
||||
console.print(root)
|
||||
|
||||
# Export ANSI colored text (for terminal)
|
||||
with open("ci-reports/markdown/json-tree-view.ansi", "w") as f:
|
||||
f.write(console.export_ansi(clear=False))
|
||||
|
||||
# Export HTML colored view (for browser)
|
||||
with open("ci-reports/markdown/json-tree-view.html", "w") as f:
|
||||
f.write(console.export_html(clear=False))
|
||||
|
||||
Reference in New Issue
Block a user