From 4930c2adbd19238ffb1da45509bd5e0c5d85ce66 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Wed, 13 Aug 2014 19:27:23 +0300 Subject: [PATCH] Fix a comment. --- mediagoblin/gmg_commands/dbupdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/gmg_commands/dbupdate.py b/mediagoblin/gmg_commands/dbupdate.py index 27283a20..8fad99b4 100644 --- a/mediagoblin/gmg_commands/dbupdate.py +++ b/mediagoblin/gmg_commands/dbupdate.py @@ -116,7 +116,7 @@ def run_dbupdate(app_config, global_config): # Set up the database db = setup_connection_and_db_from_config(app_config, migrations=True) - #Run the migrations + # Run the migrations run_all_migrations(db, app_config, global_config)