diff options
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') |
