]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
fix: remove double quotation marks in logs (#1682)
authorTom Stein <dev@tomstein.me>
Thu, 12 Jun 2025 20:07:07 +0000 (22:07 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Jun 2025 20:07:07 +0000 (22:07 +0200)
commit4ff5cf79b6e8939990b365ab84f3bf9d62a1a956
tree9e944858192a8d1453c6d8af630b9911eb9833c3
parentc072e67aa91eb871a8123eaa26393fd568cc3f2e
fix: remove double quotation marks in logs (#1682)

- the '%r' caused two single ticks like '' to show
- What we want is a single tick '
- This aligns now with the usage in other log statements
alembic/autogenerate/compare.py