devtools/devctl.py
changeset 4380 5613d7c06339
parent 4252 6c4f109c2b03
child 4399 bc8d7ac70347
equal deleted inserted replaced
4379:72a5a8e075e9 4380:5613d7c06339
   162                        (libconfig is None or not
   162                        (libconfig is None or not
   163                         'inlined_attributes' in libafs.etype_get(
   163                         'inlined_attributes' in libafs.etype_get(
   164                             eschema, rschema, role, tschema)):
   164                             eschema, rschema, role, tschema)):
   165                     add_msg(w, 'add a %s' % tschema,
   165                     add_msg(w, 'add a %s' % tschema,
   166                             'inlined:%s.%s.%s' % (etype, rschema, role))
   166                             'inlined:%s.%s.%s' % (etype, rschema, role))
   167                     add_msg(w, 'remove this %s' % tschema,
   167                     add_msg(w, str(tschema),
   168                             'inlined:%s.%s.%s' % (etype, rschema, role))
       
   169                     add_msg(w, 'This %s' % tschema,
       
   170                             'inlined:%s.%s.%s' % (etype, rschema, role))
   168                             'inlined:%s.%s.%s' % (etype, rschema, role))
   171                 if appearsin_addmenu.etype_get(eschema, rschema, role, tschema) and \
   169                 if appearsin_addmenu.etype_get(eschema, rschema, role, tschema) and \
   172                        (libconfig is None or not
   170                        (libconfig is None or not
   173                         libappearsin_addmenu.etype_get(eschema, rschema, role, tschema)):
   171                         libappearsin_addmenu.etype_get(eschema, rschema, role, tschema)):
   174                     if role == 'subject':
   172                     if role == 'subject':