bin/cubicweb-ctl
author Laura Médioni <laura.medioni@logilab.fr>
Mon, 28 Apr 2014 14:11:23 +0200
changeset 9966 6c2d57d1b6de
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[CWEP002] Add schema finalization checks for computed attributes ``finalize_computed_attributes`` essentially checks that computed attributes types match with the type declaration of the attribute. Related to #3546717.

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