oops stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 14 Dec 2009 15:33:33 +0100
branchstable
changeset 4116 20b23af4e51e
parent 4112 b33a9f3e19d6
child 4117 3f8b7ffdda53
oops
server/hooks.py
--- a/server/hooks.py	Mon Dec 14 14:49:37 2009 +0100
+++ b/server/hooks.py	Mon Dec 14 15:33:33 2009 +0100
@@ -245,7 +245,7 @@
         return
     eschema = entity.e_schema
     for attr in entity.edited_attributes:
-        val = entity[attr]:
+        val = entity[attr]
         if val is None:
             continue
         if eschema.subjrels[attr].final and \