diff options
| author | Barry Warsaw | 2012-07-20 22:12:04 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-07-20 22:12:04 -0400 |
| commit | b3579681d5b25226a9158c9f1c2912a4cb2288cb (patch) | |
| tree | 27fa85b8f96085e874b84f897df3ef9784918f07 /src/mailman/database/base.py | |
| parent | 27672b5c94c78fecbda8cf91bb62618b7a0dc7cb (diff) | |
| download | mailman-b3579681d5b25226a9158c9f1c2912a4cb2288cb.tar.gz mailman-b3579681d5b25226a9158c9f1c2912a4cb2288cb.tar.zst mailman-b3579681d5b25226a9158c9f1c2912a4cb2288cb.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 55dee2068..80c62658e 100644 --- a/src/mailman/database/base.py +++ b/src/mailman/database/base.py @@ -156,7 +156,7 @@ class StormBaseDatabase: parent, dot, child = migrations_path.rpartition('.') else: parent = migrations_path - child ='' + child = '' # If the database does not yet exist, load the base schema. filenames = sorted(resource_listdir(parent, child)) # Find out which schema migrations have already been loaded. |
