]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
fix list_templates command
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 May 2025 19:56:12 +0000 (15:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 May 2025 19:56:12 +0000 (15:56 -0400)
commit452b59728fde58e7f6fa869c6a689c1fe81f04d4
tree457bb246144b46e94e07bf3a8cdec0b00cf38249
parenta7117a43f6cc2b55fda45d4231d3f3b2a8c50d78
fix list_templates command

in switching this to use pathlib, the template names were coming out
as long absolute paths

Change-Id: I3ba7de601a11fbd28e96c63e7bdcfd4accdfd858
alembic/command.py