From: olivier Date: Thu, 11 Jun 2009 18:07:56 +0000 (+0000) Subject: typo X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c72734f1776c439373d16e3bd2394857ab271d08;p=telemeta-data.git typo git-svn-id: http://svn.parisson.org/svn/crem@106 3bf09e05-f825-4182-b9bc-eedd7160adf0 --- diff --git a/trunk/import/migration/tasks/core.py b/trunk/import/migration/tasks/core.py index 60bb15a..de01870 100644 --- a/trunk/import/migration/tasks/core.py +++ b/trunk/import/migration/tasks/core.py @@ -175,7 +175,7 @@ class EnumMapper(DataMigrator): if self.target_cursor.rowcount > 1: raise Exception("Updated more than one row, this shouldn't happen..") elif not self.target_cursor.rowcount: - print "Can't find migrated collection: %s" % code + print "Can't find migrated entry: %s" % code else: print "Can't find value '%s' in %s" % (value, enum_tables[i])