]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Errors which occur within the Mako render step are now intercepted
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Apr 2016 01:32:07 +0000 (21:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Apr 2016 01:32:07 +0000 (21:32 -0400)
commit9b32cb748550cf5c412a9d34c1c209aa168c9c08
treeea9bf60e738337fd464e7bd84625429e533908a2
parent3820c30e2e20f2d18efc64d13b9e5f1ed6fbbe40
- Errors which occur within the Mako render step are now intercepted
and raised as CommandErrors like other failure cases; the Mako
exception itself is written using template-line formatting to
a temporary file which is named in the exception message.
fixes #367
alembic/util/__init__.py
alembic/util/exc.py [new file with mode: 0644]
alembic/util/pyfiles.py
docs/build/changelog.rst
tests/test_script_production.py