bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Thu, 25 Jul 2013 08:52:15 +0200
branchstable
changeset 9184 b982e88e4836
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repo] normalize ValidationError on edited entity (closes #2509729) In CubicWeb, ValidationError.entity MUST be the eid of the involved entity, not the entity iteself (as done by yams).

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])