This commit is contained in:
Suresh Kumar 2021-10-16 19:05:47 +05:30
parent 0cf528d9a8
commit ddde385389
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ print("print table to the console")
print_table()
# Get console output as text
print("geting console output as text")
print("getting console output as text")
text = console.export_text()
# Calling print_table again because console output buffer
@ -38,7 +38,7 @@ print_table()
# Get console output as html
# use clear=False so output is not flushed after export
print("geting console output as html")
print("getting console output as html")
html = console.export_html(clear=False)
# Export text output to table_export.txt