bin/cubicweb-ctl
author Vincent Michel <vincent.michel@logilab.fr>
Mon, 07 Apr 2014 08:46:41 +0000
branchstable
changeset 9697 d96b5e72717c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] Add safety belt on "gen_rtype" in MetaGenerator, closes #3712892 Some cubes may well add to the META_RTYPES set, hence crashing the gen_<somecubemeta> call.

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