]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fixed a bug where paths defined in post-write hook options
authorCaselIT <cfederico87@gmail.com>
Tue, 11 May 2021 18:17:00 +0000 (20:17 +0200)
committerCaselIT <cfederico87@gmail.com>
Tue, 11 May 2021 19:26:10 +0000 (21:26 +0200)
commitb729cbbce1fc643557e7d68b31b77090dab082a5
tree1bc38664a3dbe90b5329e1295c73a41bc339076e
parent017eed1ed8ee2ad0f5e038f68a851ccaf9334a43
Fixed a bug where paths defined in post-write hook options
would be wrongly escaped in non posix environment (Windows).

Fixes: #841
Change-Id: Ife74d9291523378da113c259e3c173a8bc054e47
alembic/script/write_hooks.py
alembic/util/compat.py
docs/build/unreleased/841.rst [new file with mode: 0644]
tests/test_post_write.py