bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Apr 2013 10:55:56 +0200
branchstable
changeset 8863 98c107bd6cd0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[querier] improve 'Password selection not allowed' error message to report the involved variable name whose type is Password, it usually help understanding the problem.

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