diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-08-02 07:31:09 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-08-02 07:31:09 -0700 |
commit | 31de493e4136f1c0c8e9d8f0b82c2914ea990c15 (patch) | |
tree | 207d456ce563151348408a5f75969b283d29a0e1 /mediagoblin/gmg_commands/dbupdate.py | |
parent | bf5a8e54524246b521ba30675b22a73e93288e8b (diff) | |
download | mediagoblin-31de493e4136f1c0c8e9d8f0b82c2914ea990c15.tar.lz mediagoblin-31de493e4136f1c0c8e9d8f0b82c2914ea990c15.tar.xz mediagoblin-31de493e4136f1c0c8e9d8f0b82c2914ea990c15.zip |
typo fix in foundations branch
Diffstat (limited to 'mediagoblin/gmg_commands/dbupdate.py')
-rw-r--r-- | mediagoblin/gmg_commands/dbupdate.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/gmg_commands/dbupdate.py b/mediagoblin/gmg_commands/dbupdate.py index bad3e352..961752f6 100644 --- a/mediagoblin/gmg_commands/dbupdate.py +++ b/mediagoblin/gmg_commands/dbupdate.py @@ -96,7 +96,7 @@ forgotten to add it? ({1})'.format(plugin, exc)) plugin, exc)) - foundations = [] + foundations = {} except AttributeError as exc: _log.debug('Could not find FOUNDATIONS in {0}.models, have you \ forgotten to add it? ({1})'.format(plugin, exc)) @@ -126,7 +126,7 @@ def run_dbupdate(app_config, global_config): def run_all_migrations(db, app_config, global_config): """ - Initializes or migrates a database that already has a + Initializes or migrates a database that already has a connection setup and also initializes or migrates all extensions based on the config files. |