Fix a comment.
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 13 Aug 2014 16:27:23 +0000 (19:27 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 13 Aug 2014 16:27:23 +0000 (19:27 +0300)
mediagoblin/gmg_commands/dbupdate.py

index 27283a2092d7d8fd5aca552ce92420cf50de1cff..8fad99b426413bc8bd1840eeab8a41fb68d56d16 100644 (file)
@@ -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)