Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix alembic.util.messaging.msg to properly wrap at terminal width
Instead of applying indent manually after using textwrap, simply use the `textwrap.wrap`'s `initial_indent` / `subsequent_indent` that will taken into account when wrapping to the specified `width` Fixes: #1384
- Loading branch information