summaryrefslogtreecommitdiff
path: root/src/mailman/database/base.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-07-21 18:06:43 -0400
committerBarry Warsaw2012-07-21 18:06:43 -0400
commitb2e4c6502c5ff4cdf9488be17556a6d39bbbde6b (patch)
tree8bb885f81cbcd2f82b49059d47825d2f5ce90816 /src/mailman/database/base.py
parent8d8ab1655b51e277570005b445d3b014afcfbc57 (diff)
parentd68a00d9bd95e9fe31ceb6153b02875ee38fed3f (diff)
downloadmailman-b2e4c6502c5ff4cdf9488be17556a6d39bbbde6b.tar.gz
mailman-b2e4c6502c5ff4cdf9488be17556a6d39bbbde6b.tar.zst
mailman-b2e4c6502c5ff4cdf9488be17556a6d39bbbde6b.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 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.