diff -r 6947201033be -r 3612b760488b dataimport.py --- 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: