From 993f0a9321618d7da399c063d61a2e1f3bf7cc8d Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 9 Jul 2011 14:51:48 -0500 Subject: [PATCH] Migrating quietly, not iteratively, that comment should say! --- mediagoblin/db/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/db/util.py b/mediagoblin/db/util.py index ebf8409d..a7ee8dd1 100644 --- a/mediagoblin/db/util.py +++ b/mediagoblin/db/util.py @@ -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 -- 2.25.1