]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
fix alembic.util.messaging.msg to properly wrap at terminal width
authorSaif Hakim <saif@benchling.com>
Fri, 5 Jan 2024 15:38:36 +0000 (10:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Jan 2024 15:32:28 +0000 (10:32 -0500)
commit18f51d5176cfd0a9cf53d223e2dbba4ed8af3617
tree92b22bd84e5c03af1bb8e857de737973bb0ad931
parentabc8002ec67ddcb0a0be56b8167a4837f3884217
fix alembic.util.messaging.msg to properly wrap at terminal width

Fixed bug in alembic command stdout where long messages were not properly
wrapping at the terminal width.   Pull request courtesy Saif Hakim.

Fixes: #1384
Closes: #1385
Pull-request: https://github.com/sqlalchemy/alembic/pull/1385
Pull-request-sha: ff59fa59861487cee1943090acc970d9a64f7e96

Change-Id: Ia584d840ca1a9a01e224b92dc4cdcae880ea13aa
alembic/util/messaging.py
docs/build/unreleased/1384.rst [new file with mode: 0644]
tests/test_command.py
tests/test_messaging.py [new file with mode: 0644]