dataimport.py
changeset 8835 3612b760488b
parent 8834 6947201033be
child 8900 010a59e12d89
--- a/dataimport.py	Tue Apr 02 12:04:22 2013 +0200
+++ b/dataimport.py	Tue Apr 02 12:05:51 2013 +0200
@@ -1052,7 +1052,9 @@
                 else:
                     raise ValueError('You should give the subject etype for '
                                      'inlined relation %s'
-                                     ', as it cannot be inferred' % rtype)
+                                     ', as it cannot be inferred: '
+                                     'this type is given as keyword argument '
+                                     '``subjtype``'% rtype)
             statement = self.sqlgen.update(SQL_PREFIX + subjtype,
                                            data, ['cw_eid'])
         else: