Use pretty print in cli

master
Salvo 'LtWorf' Tomaselli 2020-08-24 19:39:47 +07:00
parent 96404b4d98
commit 925c238f02
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 1 additions and 1 deletions

@ -301,7 +301,7 @@ def exec_query(command: str) -> None:
if printrel:
print()
print(result)
print(result.pretty_string(tty=True))
ui.relations[relname] = result