bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 19 Jan 2017 11:12:35 +0100
branch3.24
changeset 11907 3be141d6c82c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] Enhance assertion message to get a chance to fix the problem

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