aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/dbupdate.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/gmg_commands/dbupdate.py')
-rw-r--r--mediagoblin/gmg_commands/dbupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/dbupdate.py b/mediagoblin/gmg_commands/dbupdate.py
index 8ec78c73..bafe76bb 100644
--- a/mediagoblin/gmg_commands/dbupdate.py
+++ b/mediagoblin/gmg_commands/dbupdate.py
@@ -117,7 +117,7 @@ def run_foundations(db, global_config):
try:
foundations = import_component(
'{0}.models:FOUNDATIONS'.format(plugin))
- all_foundations.append(foundations)
+ all_foundations.append((plugin, foundations))
except ImportError as exc:
continue
except AttributeError as exc: