]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
use Path.name for split target
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 May 2025 14:12:30 +0000 (10:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 May 2025 14:12:30 +0000 (10:12 -0400)
commit412e2d848e5b62428a9170008f0401ae1a7b9db4
tree92bc08e315980056551b9f12e45e52c719b536ee
parent6f128b215f0b1067b306b038ed8f33ddcc537ae4
use Path.name for split target

some code dealing with .pyc names that needs the first token of the
dot-separated filename is clearer based on path.name, full filename,
rather than .stem

Change-Id: I2b289f279903027d32e071c79d60eac293f2bdb5
alembic/script/base.py