changeset 8695 | 358d8bed9626 |
parent 8694 | d901c36bcfce |
child 8892 | 80783605d270 |
--- a/server/edition.py Thu Feb 14 15:39:23 2013 +0100 +++ b/server/edition.py Thu Feb 14 15:38:25 2013 +0100 @@ -141,7 +141,7 @@ try: entity.e_schema.check(dict_protocol_catcher(entity), creation=creation, relations=relations) - except ValidationError, ex: + except ValidationError as ex: ex.entity = self.entity raise