1
0
Fork 0

Fix the issue with bug for displaying multiple tables.

This commit is contained in:
Amjith Ramanujam 2015-01-07 23:47:45 -08:00
parent 1f850df753
commit 2e4545c3de
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ def cli(database, user, password, host, port):
if status: # Only print the status if it's not None.
output.append(status)
_logger.debug("status: %r", status)
click.echo_via_pager('\n'.join(output))
click.echo_via_pager('\n'.join(output))
except Exception as e:
_logger.error("sql: %r, error: %r", document.text, e)
_logger.error("traceback: %r", traceback.format_exc())