devtools/devctl.py
changeset 4399 bc8d7ac70347
parent 4380 5613d7c06339
child 4400 4d36e0e93fdb
--- a/devtools/devctl.py	Wed Jan 27 10:17:27 2010 +0100
+++ b/devtools/devctl.py	Wed Jan 27 11:14:57 2010 +0100
@@ -156,6 +156,8 @@
         if eschema.final:
             continue
         for rschema, targetschemas, role in eschema.relation_definitions(True):
+            if rschema.final:
+                continue
             for tschema in targetschemas:
                 fsections = afs.etype_get(eschema, rschema, role, tschema)
                 if 'inlined_attributes' in fsections and \