entity.py
branchstable
changeset 2320 17dc9661af57
parent 2312 af4d8f75c5db
child 2381 caad2367d940
--- a/entity.py	Wed Jul 08 07:44:41 2009 +0200
+++ b/entity.py	Wed Jul 08 07:44:49 2009 +0200
@@ -659,6 +659,7 @@
                     self.critical("can't get value for attribute %s of entity with eid %s",
                                   name, self.eid)
                     if self.e_schema.destination(name) == 'String':
+                        # XXX (syt) imo emtpy string is better
                         self[name] = value = self.req._('unaccessible')
                     else:
                         self[name] = value = None