summaryrefslogtreecommitdiff
path: root/src/mailman/database/base.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-10-02 00:15:36 -0400
committerBarry Warsaw2014-10-02 00:15:36 -0400
commit8ac1f1e9010bb1a3c4b1a0890824b9efa3ab737b (patch)
treece398696fd605d3f0038d2a1ae5bedead65e4145 /src/mailman/database/base.py
parent2fcc921b2cca02976a7b1ca8da4f15d55595974e (diff)
downloadmailman-8ac1f1e9010bb1a3c4b1a0890824b9efa3ab737b.tar.gz
mailman-8ac1f1e9010bb1a3c4b1a0890824b9efa3ab737b.tar.zst
mailman-8ac1f1e9010bb1a3c4b1a0890824b9efa3ab737b.zip
Diffstat (limited to 'src/mailman/database/base.py')
-rw-r--r--src/mailman/database/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/database/base.py b/src/mailman/database/base.py
index e49d512c0..4c418c289 100644
--- a/src/mailman/database/base.py
+++ b/src/mailman/database/base.py
@@ -100,7 +100,7 @@ class SABaseDatabase:
# alembic_version table.
alembic_cfg = Config()
alembic_cfg.set_main_option(
- 'script_location', expand_path(config.database['alembic_scripts']))
+ 'script_location', config.database['alembic_scripts'])
command.stamp(alembic_cfg, 'head')