diff options
| author | Barry Warsaw | 2014-10-02 00:15:36 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-10-02 00:15:36 -0400 |
| commit | 8ac1f1e9010bb1a3c4b1a0890824b9efa3ab737b (patch) | |
| tree | ce398696fd605d3f0038d2a1ae5bedead65e4145 /src/mailman/database/base.py | |
| parent | 2fcc921b2cca02976a7b1ca8da4f15d55595974e (diff) | |
| download | mailman-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.py | 2 |
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') |
