diff options
Diffstat (limited to 'mediagoblin/gmg_commands/dbupdate.py')
-rw-r--r-- | mediagoblin/gmg_commands/dbupdate.py | 2 |
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: |