Migrating quietly, not iteratively, that comment should say!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 9 Jul 2011 19:51:48 +0000 (14:51 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 9 Jul 2011 19:51:48 +0000 (14:51 -0500)
mediagoblin/db/util.py

index ebf8409d3404061a5a94c2be07d440f8204e24e2..a7ee8dd1687bf7227967e54c34a3a48ad9a977eb 100644 (file)
@@ -233,5 +233,5 @@ class MigrationManager(object):
         Install all migrations that need to be installed, quietly.
         """
         for migration_number, migration_func in self.iteratively_migrate():
-            # No need to say anything... we're just migrating iteratively.
+            # No need to say anything... we're just migrating quietly.
             pass