branch | oldstable |
changeset 8746 | 88c71ad83d47 |
parent 8532 | 28a346df670e |
child 9294 | 769b8867f8ce |
--- a/migration.py Wed Aug 01 10:30:48 2012 +0200 +++ b/migration.py Thu Mar 21 18:13:31 2013 +0100 @@ -514,7 +514,9 @@ elif op == None: continue else: - print 'unable to handle this case', oper, version, op, ver + print ('unable to handle %s in %s, set to `%s %s` ' + 'but currently up to `%s %s`' % + (cube, source, oper, version, op, ver)) # "solve" constraint satisfaction problem if cube not in self.cubes: self.errors.append( ('add', cube, version, source) )