typo stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 20 May 2010 10:55:33 +0200
branchstable
changeset 5552 11175c77be9c
parent 5551 e41cd3bf5080
child 5553 646737f80c88
typo
server/migractions.py
--- a/server/migractions.py	Thu May 20 10:41:36 2010 +0200
+++ b/server/migractions.py	Thu May 20 10:55:33 2010 +0200
@@ -1200,7 +1200,7 @@
         source = self.repo.system_source
         storage = source.storage(etype, attribute)
         source.unset_storage(etype, attribute)
-        rset = self.rqlexec('Any X WHERE X is %s' etype, ask_confirm=False)
+        rset = self.rqlexec('Any X WHERE X is %s' % etype, ask_confirm=False)
         pb = ProgressBar(len(rset))
         for entity in rset.entities():
             # fill cache. Do not fetch that attribute using the global rql query