indent
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 23 Sep 2009 11:22:19 +0200
changeset 3412 368c68ffb99e
parent 3411 c867a096e11c
child 3413 5cd27d2cc64f
child 3418 7b49fa7e942d
indent
server/migractions.py
--- a/server/migractions.py	Wed Sep 23 11:22:08 2009 +0200
+++ b/server/migractions.py	Wed Sep 23 11:22:19 2009 +0200
@@ -673,8 +673,8 @@
                 continue
             if instspschema.specializes() != eschema:
                 self.rqlexec('SET D specializes P WHERE D eid %(d)s, P name %(pn)s',
-                              {'d': instspschema.eid,
-                               'pn': eschema.type}, ask_confirm=confirm)
+                             {'d': instspschema.eid,
+                              'pn': eschema.type}, ask_confirm=confirm)
                 for rschema, tschemas, role in spschema.relation_definitions(True):
                     for tschema in tschemas:
                         if not tschema in instschema: