[repo] fix typo stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 10 Jun 2010 15:11:30 +0200
branchstable
changeset 5711 ea2538a3c622
parent 5710 1c17e47df974
child 5721 3a9cd70bcfdc
[repo] fix typo
server/repository.py
--- a/server/repository.py	Thu Jun 10 13:56:52 2010 +0200
+++ b/server/repository.py	Thu Jun 10 15:11:30 2010 +0200
@@ -92,7 +92,7 @@
                                 {'x': eidfrom, 'y': eidto})
     if card[1] in '1?':
         with security_enabled(session, read=False):
-            session.execute('DELETE X %sY WHERE Y eid %%(y)s, '
+            session.execute('DELETE X %s Y WHERE Y eid %%(y)s, '
                             'NOT X eid %%(x)s' % rtype,
                             {'x': eidfrom, 'y': eidto})