bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 11 Oct 2016 10:24:13 +0200
changeset 11788 8e1fb9445d75
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[massive store] Drop useless check for empty buffer If something went wrong, an error will be raised.

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