Skip to content
Snippets Groups Projects
Commit 0b2f371f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix table printing in logtool.

parent 59e7c172
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ following: ...@@ -131,7 +131,7 @@ following:
elif cmd == "table": elif cmd == "table":
check_no_file() check_no_file()
print logmgr.quantity_data[args.pop(0)].table print logmgr.get_table(args.pop(0))
else: else:
# not a known command, interpret as file name # not a known command, interpret as file name
from os import access, R_OK from os import access, R_OK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment